mirror of
https://github.com/MichaelMure/git-bug.git
synced 2024-12-17 21:31:29 +03:00
6 lines
95 B
Go
6 lines
95 B
Go
package cmdtest
|
|
|
|
import "flag"
|
|
|
|
var Update = flag.Bool("Update", false, "Update golden files")
|