Skip to content

alphauslabs/training

Repository files navigation

Sample codes used in training/onboarding.

To run each sample:

cd <folder>/
go build -v

# For Linux and MacOS:
./{binary} [-flag(s)]

# For Windows:
.\{binary}.exe [-flags(s)]

To run concurrent folder:

  1. Download the testcur.csv file from Shared drives/Engineering|Main/Temporary/ and store somewhere.
  2. Build concurrent folder.
cd concurrent/
go build -v

# For Linux and MacOS:
./concurrent -file $HOME/testcur.csv
# or
./concurrent -file $HOME/testcur.csv -concurrent=true

# For Windows:
.\concurrent.exe -file C:\somefolder\testcur.csv
# or
.\concurrent.exe -file C:\somefolder\testcur.csv -concurrent=true

About

Sample codes for training (2023-07-10).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published