Jelajahi Sumber

Update hello.go

fixed import
John Asmuth 12 tahun lalu
induk
melakukan
d495c4ebc3
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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"