init course framework

Signed-off-by: Connor <zbk602423539@gmail.com>
Co-authored-by: Nick Cameron <nrc@ncameron.org>
Co-authored-by: linning <linningde25@gmail.com>
Co-authored-by: YangKeao <keao.yang@yahoo.com>
Co-authored-by: andylokandy <andylokandy@hotmail.com>
Co-authored-by: Iosmanthus Teng <myosmanthustree@gmail.com>
This commit is contained in:
Connor
2020-04-30 15:07:27 +08:00
commit 5e089a2cd1
235 changed files with 83600 additions and 0 deletions

20
.github/workflows/go.yml vendored Normal file
View File

@@ -0,0 +1,20 @@
name: Go
on: [push,pull_request]
jobs:
build:
name: Build & Test
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.13
uses: actions/setup-go@v1
with:
go-version: 1.13
id: go
- name: Check out code into the Go module directory
uses: actions/checkout@v1
- name: Build & Test
run: make ci