forgot flag.Parse() m(
This commit is contained in:
parent
e682ade2e9
commit
7511c09c31
@ -24,6 +24,8 @@ var (
|
||||
)
|
||||
|
||||
func main() {
|
||||
flag.Parse()
|
||||
|
||||
samfile := os.Getenv("samfile")
|
||||
id := os.Getenv("winid")
|
||||
if "" == id {
|
||||
|
Loading…
Reference in New Issue
Block a user