One Paragraph of project description goes here
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
Collection of License badges for your Project's README file.
This list includes the most common open source and open data licenses.
Easily copy and paste the code under the badges into your Markdown files.
Translations: (No guarantee that the translations are up-to-date)
Name: Flash | |
Serial: eNrzzU/OLi0odswsqnHLSSzOqDGoca7JKCkpsNLXLy8v1ytJTczVLUotKNFLzs8FAJHYETc= | |
if anyone wants to thank ETH: 0x527c2aB55b744D6167dc981576318af96ed26676 | |
Thank you! |
** To install Golang on Ubuntu 17.xx server ** | |
sudo add-apt-repository ppa:gophers/archive | |
sudo apt-get update | |
sudo apt-get install golang-1.9-go | |
export PATH=$PATH:/usr/lib/go-1.9/bin | |
go version (To verify its mapped correctly, should see something like: go version go1.9.2 linux/amd64) | |
* make a directory for your go applications, I use /home/apps/go | |
export GOPATH=/home/apps/go | |
(Now from inside your /home/apps/go folder you can start creating your go apps) |
The following will need to be known / obtained before getting started: