1. proxy转发

    1. import (
    2. "fmt"
    3. "net/http"
    4. func sayHello(w http.ResponseWriter, r *http.Request) {
    5. fmt.Println("topgoer.com是个不错的网站我是9091里面的")
    6. }
    7. func main() {
    8. if err != nil {
    9. fmt.Println("HTTP server failed,err:", err)
    10. return
    11. }