Skip to content

Commit a66caa0

Browse files
author
Boyan Kushlev
committed
fix imports
1 parent 12d9d20 commit a66caa0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ package main
1212
import (
1313
"fmt"
1414

15-
"github.com/janstuemmel/csgo-log"
15+
"github.com/boyski33/csgo-log"
1616
)
1717

1818
func main() {

example/main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import (
55
"fmt"
66
"os"
77

8-
"github.com/janstuemmel/csgo-log"
8+
"github.com/boyski33/csgo-log"
99
)
1010

1111
// Usage:

0 commit comments

Comments
 (0)