github.com/peggyl/go@v0.0.0-20151008231540-ae315999c2d5/src/net/testdata/hosts (about) 1 255.255.255.255 broadcasthost 2 127.0.0.2 odin 3 127.0.0.3 odin # inline comment 4 # case insensitivity 5 127.0.0.4 Bor 6 ::2 odin 7 127.1.1.1 thor 8 # aliases 9 127.1.1.2 ullr ullrhost 10 # Bogus entries that must be ignored. 11 123.123.123 loki 12 321.321.321.321 13 # TODO(yvesj): Should we be able to parse this? From a Darwin system. 14 fe80::1%lo0 localhost