forgot flag.Parse() m(

This commit is contained in:
Özgür Kesim 2024-12-08 23:12:11 +01:00
parent e682ade2e9
commit 7511c09c31
Signed by: oec
GPG Key ID: F136A7F922D018D7

View File

@ -24,6 +24,8 @@ var (
) )
func main() { func main() {
flag.Parse()
samfile := os.Getenv("samfile") samfile := os.Getenv("samfile")
id := os.Getenv("winid") id := os.Getenv("winid")
if "" == id { if "" == id {