Skip to content

Commit

Permalink
Merge pull request #4 from boyski33/main
Browse files Browse the repository at this point in the history
fix modules
  • Loading branch information
janstuemmel authored Jun 23, 2023
2 parents 09ed8e6 + a61c854 commit a9bf1ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion example/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"fmt"
"os"

cs2log "github.com/janstuemmel/csgo-log"
cs2log "github.com/janstuemmel/cs2-log"
)

// Usage:
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module github.com/janstuemmel/csgo-log
module github.com/janstuemmel/cs2-log

go 1.19

0 comments on commit a9bf1ae

Please sign in to comment.