Merge branch 'master' into latest-release

This commit is contained in:
Alif Rachmawadi 2019-08-17 01:37:58 +07:00
commit b148f5000d
50 changed files with 2566 additions and 2419 deletions

View file

@ -19,7 +19,7 @@ steps:
- uses: actions/checkout@master
- uses: actions/setup-go@v1
with:
go-version: '1.9.3' // The Go version to download (if necessary) and use.
go-version: '1.9.3' # The Go version to download (if necessary) and use.
- run: go run hello.go
```