Explorar el Código

Update hello.go

fixed import
John Asmuth hace 12 años
padre
commit
d495c4ebc3
Se han modificado 1 ficheros con 1 adiciones y 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"