1
0
フォーク 0
master
Ambrose Chua 2018-02-04 16:11:21 +08:00
コミット a9925fbb3c
署名者: ambrose
GPGキーID: B34FBE029276BA5D
1個のファイルの変更1行の追加1行の削除

ファイルの表示

@ -7,7 +7,7 @@ import (
)
func handler(w http.ResponseWriter, r *http.Request) {
w.Header().Add("Content-Type", "text/html; charset=utf-8")
w.Header().Add("Content-Type", "text/html; charset=utf-8")
fmt.Fprintf(w, "%s", os.Getenv("TEXT"))
}