1
0
Forka 0
Ambrose Chua 2018-02-04 16:11:21 +08:00
parent ba81463ebe
commit a9925fbb3c
Firmato da: ambrose
ID Chiave GPG: B34FBE029276BA5D
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni

Vedi File

@ -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"))
}