在主程序中添加版本信息输出,显示“MITM Proxy Server v1.3”。
This commit is contained in:
parent
a26a612a5b
commit
a214b58ac6
2
main.go
2
main.go
@ -64,6 +64,8 @@ func main() {
|
|||||||
setConsoleUTF8()
|
setConsoleUTF8()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
fmt.Println("MITM Proxy Server v1.3")
|
||||||
|
|
||||||
fmt.Println("Reading dictionary...")
|
fmt.Println("Reading dictionary...")
|
||||||
dict, err := NewChineseDict("dict.txt")
|
dict, err := NewChineseDict("dict.txt")
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user