From 9b5fa18c308352f9c760b6443bce3deaf3fc8d23 Mon Sep 17 00:00:00 2001 From: Andrew Hurley Date: Sat, 12 Nov 2022 14:00:58 +0800 Subject: [PATCH] fix remote addr --- go.mod | 2 +- hello.go | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 2452e13..52b93ea 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module cor.cherished.me/gt/andrew/golang-hello +module cor.cherished.me/gt/andrew/golang-hello.git go 1.18 diff --git a/hello.go b/hello.go index 4ed980b..00eb917 100644 --- a/hello.go +++ b/hello.go @@ -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!")