mirror of
https://github.com/MichaelMure/git-bug.git
synced 2024-12-17 04:48:58 +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")
|