run-tests.sh 72 B

1234567
  1. #!/bin/sh
  2. # init modules
  3. go mod init
  4. # Run golang tests
  5. go test ./...