summaryrefslogtreecommitdiff
path: root/tags.go
diff options
context:
space:
mode:
Diffstat (limited to 'tags.go')
-rw-r--r--tags.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/tags.go b/tags.go
index caffd4a..a0ddfa6 100644
--- a/tags.go
+++ b/tags.go
@@ -23,8 +23,7 @@ func extractTitle(content string) string {
func main() {
// CGI header
- fmt.Println("Content-Type: text/html; charset=utf-8")
- fmt.Println()
+ fmt.Print("Content-Type: text/html; charset=utf-8\r\n\r\n")
// Получаем query string из окружения
rawQuery := os.Getenv("QUERY_STRING")