Skip to content
Snippets Groups Projects
Commit 42715c69 authored by Ian Luo's avatar Ian Luo
Browse files

remove useless comment

parent 61a06410
No related branches found
No related tags found
No related merge requests found
......@@ -38,7 +38,6 @@ func init() {
}
}
// ref: https://stackoverflow.com/questions/23558425/how-do-i-get-the-local-ip-address-in-go
func GetLocalIP() (string, error) {
faces, err := net.Interfaces()
if err != nil {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment