Docstrings, gofmt. #122

This commit is contained in:
Andrey Smirnov
2014-10-10 17:50:43 +04:00
parent a85aa11ecd
commit 6d1efe0200
+1
View File
@@ -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
} }