diff options
author | sjlleo <[email protected]> | 2022-05-21 08:04:11 +0800 |
---|---|---|
committer | sjlleo <[email protected]> | 2022-05-21 08:04:11 +0800 |
commit | 360e55128b7501eb3ece655aef35d9b9ae7324ea (patch) | |
tree | ff22cdd184fd48da18ebb69017bc72fc0f92b61a /main.go | |
parent | fe85f37e7c4674153c5886c923ae9bc5ba0af467 (diff) |
Cleanup
Diffstat (limited to 'main.go')
-rw-r--r-- | main.go | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -7,7 +7,6 @@ import ( "github.com/sjlleo/netflix-verify/verify" ) -// var method = flag.String("method", "", "模式选择(full/lite)") var custom = flag.String("custom", "", "自定义测试NF影片ID\n绝命毒师的ID是70143836") var address = flag.String("address", "", "本机网卡的IP") |