Browse Source

Update hello.go

fixed import
John Asmuth 12 years ago
parent
commit
d495c4ebc3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      go/hello.go

+ 1 - 1
go/hello.go

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