Ver Fonte

Update hello.go

fixed import
John Asmuth há 12 anos atrás
pai
commit
d495c4ebc3
1 ficheiros alterados com 1 adições e 1 exclusões
  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"