Kaynağa Gözat

Update hello.go

fixed import
John Asmuth 12 yıl önce
ebeveyn
işleme
d495c4ebc3
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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"