diff options
author | Alexander Kiryukhin <alexander@kiryukhin.su> | 2019-03-29 01:58:23 +0300 |
---|---|---|
committer | Alexander Kiryukhin <alexander@kiryukhin.su> | 2019-03-29 01:58:23 +0300 |
commit | e0e0ef892c8bfaf404ba40f23a7c5ee2810e4850 (patch) | |
tree | b804af517850f727ab0e15b76154427f833049fd /examples | |
parent | 75679a0cbb631db348cb5a3bbe4a4f8aa5447f60 (diff) |
Первый рабочий релиз (2)
Diffstat (limited to 'examples')
-rw-r--r-- | examples/example_1.go | 4 |
1 files changed, 3 insertions, 1 deletions
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" |