Skip to content
Snippets Groups Projects
Erick Hitter's avatar
Erick Hitter authored
Improve use of global space by declaring a local variable global, rather than always using the Superglobal.

It's easier to read, especially with the use of the `$_SERVER` superglobal.
585d31c4
History
Name Last commit Last update
.ci-scripts
files
.gitignore
.gitlab-ci.yml
README.md

GitLab CI for Golang

Shared .gitlab-ci.yml components for Golang.

Features

  • Shared Makefile to for each step.
  • Runs race detection, memory sanitizer, code coverage, and linting.
  • Uses gox to build for all supported platforms.