From ad28138b847a0c9c1cb924977a3c4bc01dba3bb8 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Mon, 9 Aug 2021 00:38:06 -0500 Subject: BUILD: update import paths Signed-off-by: Jeff Carr --- example1/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'example1/main.go') diff --git a/example1/main.go b/example1/main.go index 39ce6fc..e71ef27 100644 --- a/example1/main.go +++ b/example1/main.go @@ -9,7 +9,7 @@ import "os" // import "github.com/davecgh/go-spew/spew" -import "git.wit.com/wit/shell" +import "git.wit.org/wit/shell" func main() { shell.Run("ls /tmp") -- cgit v1.2.3