Skip to content

Latest commit

 

History

History
47 lines (32 loc) · 626 Bytes

README.md

File metadata and controls

47 lines (32 loc) · 626 Bytes

Learning java & golang

A newbie in both language.
An experimental web interface to guacd.
Any issues/requests will be taken seriously.

guacamole-client-go

Rewrite(re-copy) https://github.com/apache/incubator-guacamole-client/tree/master/guacamole-common in golang

Installing 12 tools

  • gocode
  • gopkgs
  • go-outline
  • go-symbols
  • guru
  • gorename
  • gomodifytags
  • godef
  • goreturns
  • golint
  • gotests
  • dlv
  • gox
# go get ...

Installing libs

# uuid
go get -u github.com/satori/go.uuid

# log
go get -u github.com/sirupsen/logrus

# build cross
go get github.com/mitchellh/gox