2014年7月30日 ... package main import ( "bufio" "net" ) func main() { listener, _ := net.Listen("tcp", ": 80") println("啟動伺服 ...
lolikitty.pixnet.net