The Go Programming Language

Text file src/pkg/net/hosts_testdata

     1	255.255.255.255	broadcasthost
     2	127.0.0.2	odin
     3	127.0.0.3	odin  # inline comment 
     4	::2             odin
     5	127.1.1.1	thor
     6	# aliases
     7	127.1.1.2	ullr ullrhost
     8	# Bogus entries that must be ignored.
     9	123.123.123	loki
    10	321.321.321.321
    11	# TODO(yvesj): Should we be able to parse this? From a Darwin system.
    12	fe80::1%lo0	localhost

release.r60.3. Except as noted, this content is licensed under a Creative Commons Attribution 3.0 License.