use go1.11 modules

This commit is contained in:
AJ ONeal 2019-01-07 22:27:10 -07:00
parent 8042bcf41c
commit 1e9f579043
2 changed files with 2 additions and 1 deletions

View File

@ -7,7 +7,7 @@ import (
"strconv"
"strings"
sclient "git.coolaj86.com/sclient.go"
sclient "git.coolaj86.com/coolaj86/sclient.go"
)
func usage() {

1
go.mod Normal file
View File

@ -0,0 +1 @@
module git.coolaj86.com/coolaj86/sclient.go