diff --git a/example/main.go b/example/main.go index 55946f9..f484767 100644 --- a/example/main.go +++ b/example/main.go @@ -5,7 +5,7 @@ import ( "fmt" "os" - cs2log "github.com/janstuemmel/csgo-log" + cs2log "github.com/janstuemmel/cs2-log" ) // Usage: diff --git a/go.mod b/go.mod index 71ef7f5..5f790d0 100644 --- a/go.mod +++ b/go.mod @@ -1,3 +1,3 @@ -module github.com/janstuemmel/csgo-log +module github.com/janstuemmel/cs2-log go 1.19