fix remote addr

This commit is contained in:
Andrew Hurley 2022-11-12 14:00:58 +08:00
parent 309ca23d81
commit 9b5fa18c30
2 changed files with 2 additions and 1 deletions

2
go.mod
View File

@ -1,4 +1,4 @@
module cor.cherished.me/gt/andrew/golang-hello
module cor.cherished.me/gt/andrew/golang-hello.git
go 1.18

View File

@ -2,6 +2,7 @@ package main
import "fmt"
import "rsc.io/quote"
import "cor.cherished.me/gt/andrew/golang-greetings.git"
func main() {
fmt.Println("Hello, World!")