mirror of
https://github.com/MichaelMure/git-bug.git
synced 2025-01-07 10:36:36 +03:00
6 lines
96 B
Go
6 lines
96 B
Go
|
package commands
|
||
|
|
||
|
import "flag"
|
||
|
|
||
|
var update = flag.Bool("update", false, "update golden files")
|