mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-06-01 04:40:38 +00:00
Docstrings, gofmt. #122
This commit is contained in:
@@ -46,6 +46,7 @@ type GpgSigner struct {
|
|||||||
batch bool
|
batch bool
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// SetBatch control --no-tty flag to gpg
|
||||||
func (g *GpgSigner) SetBatch(batch bool) {
|
func (g *GpgSigner) SetBatch(batch bool) {
|
||||||
g.batch = batch
|
g.batch = batch
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user