diff --git a/cmd/sclient/main.go b/cmd/sclient/main.go index 80ed00f..35421e0 100644 --- a/cmd/sclient/main.go +++ b/cmd/sclient/main.go @@ -7,7 +7,7 @@ import ( "strconv" "strings" - sclient "git.coolaj86.com/sclient.go" + sclient "git.coolaj86.com/coolaj86/sclient.go" ) func usage() { diff --git a/go.mod b/go.mod new file mode 100644 index 0000000..8d4f363 --- /dev/null +++ b/go.mod @@ -0,0 +1 @@ +module git.coolaj86.com/coolaj86/sclient.go