We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4eaed9 commit e7019baCopy full SHA for e7019ba
discord_example_test.go
@@ -1,7 +1,7 @@
1
package discord_test
2
3
import (
4
- "github.com/ecnepsnai/discord"
+ "github.com/S5Projects/discord"
5
)
6
7
func ExampleSay() {
discord_test.go
@@ -7,7 +7,7 @@ import (
"strings"
8
"testing"
9
10
11
12
13
var webhookURL = ""
go.mod
@@ -1,3 +1,3 @@
-module github.com/ecnepsnai/discord
+module github.com/S5Projects/discord
go 1.14
0 commit comments