go nested ServeMux redirect

后端 未结 0 737
说谎
说谎 2020-12-08 04:28

Latest golang.

Sample code from another SO answer.

rootMux := http.NewServeMux()
subMux := http.NewServeMux()
subMux.HandleFunc("/a1", func(w         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题