aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md2
-rw-r--r--examples/example_1.go4
-rw-r--r--go.mod2
3 files changed, 5 insertions, 3 deletions
diff --git a/README.md b/README.md
index a248236..764812b 100644
--- a/README.md
+++ b/README.md
@@ -8,7 +8,7 @@
Её пока нет :)
-Но http://godoc.org/github.com/neonxp/tamtam-go/ может вам помочь.
+Но http://godoc.org/github.com/neonxp/tamtam/ может вам помочь.
## Статус
diff --git a/examples/example_1.go b/examples/example_1.go
index bdb496a..428b99a 100644
--- a/examples/example_1.go
+++ b/examples/example_1.go
@@ -1,8 +1,10 @@
+// +build ignore
+
package main
import (
"fmt"
- "github.com/neonxp/tamtam-go"
+ "github.com/neonxp/tamtam"
"log"
"net/http"
"os"
diff --git a/go.mod b/go.mod
index e02b27c..d7f37f0 100644
--- a/go.mod
+++ b/go.mod
@@ -1,3 +1,3 @@
-module github.com/neonxp/tamtam-go
+module github.com/neonxp/tamtam
go 1.12