Skip to content

Commit

Permalink
Initialize Project Structure
Browse files Browse the repository at this point in the history
  • Loading branch information
saiwas committed Nov 27, 2020
1 parent 86ca1a4 commit aa3959c
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 0 deletions.
Empty file added Dockerfile
Empty file.
Empty file added Makefile
Empty file.
21 changes: 21 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,23 @@
# tail-based-sampling
aliyun tianchi project

## Install GO

Download golang from https://golang.org/dl to install for Windows

Mac:
```sh
brew install go

# Export below to the .zshrc/.bashrc profile
echo 'export GOPATH="${HOME}/.go"' >> ~/.zshrc
echo 'export GOROOT="$(brew --prefix golang)/libexec"' >> ~/.zshrc
echo 'export PATH="$PATH:${GOPATH}/bin:${GOROOT}/bin"' >> ~/.zshrc

. ~/.zshrc

go version
```

## Vscode
Reference to page https://medium.com/backend-habit/setting-golang-plugin-on-vscode-for-autocomplete-and-auto-import-30bf5c58138a to install the vscode golang plugins
Empty file added docs/.keep
Empty file.
Empty file added scripts/.keep
Empty file.

0 comments on commit aa3959c

Please sign in to comment.