diff options
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | examples/example_1.go | 4 | ||||
-rw-r--r-- | go.mod | 2 |
3 files changed, 5 insertions, 3 deletions
@@ -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" @@ -1,3 +1,3 @@ -module github.com/neonxp/tamtam-go +module github.com/neonxp/tamtam go 1.12 |