瀏覽代碼

Update hello.go

fixed import
John Asmuth 12 年之前
父節點
當前提交
d495c4ebc3
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      go/hello.go

+ 1 - 1
go/hello.go

@@ -1,7 +1,7 @@
 package main
 
 import (
-  "encoding/json"
+	"encoding/json"
 	"fmt"
 	"net/http"
 	"runtime"