Первый рабочий релиз (2)

This commit is contained in:
Alexander Kiryukhin 2019-03-29 01:58:23 +03:00
parent 75679a0cbb
commit e0e0ef892c
No known key found for this signature in database
GPG key ID: 5579837FDBF65965
3 changed files with 5 additions and 3 deletions

View file

@ -8,7 +8,7 @@
Её пока нет :)
Но http://godoc.org/github.com/neonxp/tamtam-go/ может вам помочь.
Но http://godoc.org/github.com/neonxp/tamtam/ может вам помочь.
## Статус

View file

@ -1,8 +1,10 @@
// +build ignore
package main
import (
"fmt"
"github.com/neonxp/tamtam-go"
"github.com/neonxp/tamtam"
"log"
"net/http"
"os"

2
go.mod
View file

@ -1,3 +1,3 @@
module github.com/neonxp/tamtam-go
module github.com/neonxp/tamtam
go 1.12