Explorar o código

Update hello.go

fixed import
John Asmuth %!s(int64=12) %!d(string=hai) anos
pai
achega
d495c4ebc3
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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"