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 --- example2/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'example2/main.go') diff --git a/example2/main.go b/example2/main.go index d8f39b4..f19adf4 100644 --- a/example2/main.go +++ b/example2/main.go @@ -2,7 +2,7 @@ package main import "log" import "fmt" -import "git.wit.com/wit/shell" +import "git.wit.org/wit/shell" func main() { tmp, output, err := shell.Run("cat /etc/issue") -- cgit v1.2.3