Skip to content

johnzhd/guacamole_client_go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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