CamilleZxt

Results 2 issues of CamilleZxt

err := filter.LoadNetWordDict("https://raw.githubusercontent.com/importcjj/sensitive/master/dict/dict.txt") fmt.Println(err) 【Get "https://raw.githubusercontent.com/importcjj/sensitive/master/dict/dict.txt": dial tcp: lookup raw.githubusercontent.com: getaddrinfow: The requested name is valid, but no data of the requested type was found.】 请问这个问题如何解决?期待您的解答,谢谢!

After "go build" my project apiServer,entering "apiServer start " in CMD terminal .Then,it outputs error : Failed to start a api document service: Access is denied. What is the reason...