Files
squadron/internal/testutils/flag.go
T

8 lines
106 B
Go

package testutils
import (
"flag"
)
var UpdateFlag = flag.Bool("update", false, "update golden files")