haxpax / gosms

:mailbox_closed: Your own local SMS gateway in Go
GNU General Public License v2.0
1.45k stars 154 forks source link

Question #14

Closed aguspriy closed 6 years ago

aguspriy commented 6 years ago

On Ubuntu: $ go get github.com/haxpax/gosms $ cd $GOPATH/src/github.com/haxpax/gosms/dashboard $ go get error :

github.com/haxpax/gosms/dashboard

./server.go:71:20: multiple-value uuid.NewV1() in single-value context $ go build

Solutions to issue please, Running in local.

Thx.

FeyDo commented 6 years ago

please change in server.go line 71 to be 👍

uuid := uuid.Must(uuid.NewV1())
fmt.Printf("UUIDv1: %s\n", uuid)
FeyDo commented 6 years ago

it works for me

aguspriy commented 6 years ago

Thx feydo... Ok iam try and succes to run "go get" So to running app there must be a modem? so sorry, i beginer in go.