Skip to content

Commit e7019ba

Browse files
committed
fix import
1 parent b4eaed9 commit e7019ba

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

discord_example_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package discord_test
22

33
import (
4-
"github.com/ecnepsnai/discord"
4+
"github.com/S5Projects/discord"
55
)
66

77
func ExampleSay() {

discord_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import (
77
"strings"
88
"testing"
99

10-
"github.com/ecnepsnai/discord"
10+
"github.com/S5Projects/discord"
1111
)
1212

1313
var webhookURL = ""

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
module github.com/ecnepsnai/discord
1+
module github.com/S5Projects/discord
22

33
go 1.14

0 commit comments

Comments
 (0)