1
0
포크 0
master
Ambrose Chua 2018-02-04 16:11:21 +08:00
부모 ba81463ebe
커밋 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"))
}