Golangのnet/httpでCORSを全許可するときにつけるヘッダー - Qiita

func handler(w http.ResponseWriter, r *http.Request) { w.Header().Set("Access-Control-Allow-Header…