smali

среда, 30 сентября 2015 г.

Go language first steps

https://gobyexample.com/hello-world

https://golang.org/doc/install





http://stackoverflow.com/questions/27249420/how-do-i-install-requirements-in-go-cannot-find-package

go run main.go
go build main.go
go get github.com/gorilla/mux
go get github.com/gorilla/websocket
go version

Go Manager - bundle for go
https://github.com/mattn/gom

gom install
gom build
gom test
gom test

GOPATH
D:\js1\youtube-api-with-angular-app.examples2.rest\go-angular-tutorial\tutorial_3
echo %GOPATH%

Комментариев нет:

Отправить комментарий