Преглед изворни кода

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"