1
0
複製 0
master
Ambrose Chua 2018-02-04 16:11:21 +08:00
父節點 ba81463ebe
當前提交 a9925fbb3c
簽署人: ambrose
GPG Key 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"))
}