Skip to content
Snippets Groups Projects
iplist.go 51 B
Newer Older
  • Learn to ignore specific revisions
  • package cluster
    
    type ipList struct {
    	ip string
    }