From 4005ee94f1e7123864ace071042cdc3a6fb0829f Mon Sep 17 00:00:00 2001 From: Yasuhiro Matsumoto Date: Wed, 17 Jan 2018 00:53:00 +0900 Subject: fix indentation --- template/go/base-web-standard.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'template') diff --git a/template/go/base-web-standard.go b/template/go/base-web-standard.go index b4a10cc..a330b50 100644 --- a/template/go/base-web-standard.go +++ b/template/go/base-web-standard.go @@ -6,9 +6,9 @@ import ( ) func main() { - http.HandleFunc("/", func(w http.ResponseWriter, r *http.Request) { + http.HandleFunc("/", func(w http.ResponseWriter, r *http.Request) { fmt.Fprintf(w, "{{_cursor_}}") }) - http.ListenAndServe(":8080", nil) + http.ListenAndServe(":8080", nil) } {{_filter_:web-standard}} -- cgit v1.2.3-54-g00ecf