mirror of
https://github.com/foomo/squadron.git
synced 2026-08-17 07:10:26 +00:00
8 lines
106 B
Go
8 lines
106 B
Go
package testutils
|
|
|
|
import (
|
|
"flag"
|
|
)
|
|
|
|
var UpdateFlag = flag.Bool("update", false, "update golden files")
|