DEBSOURCES
Skip Quicknav
sources / gitlab-shell / 8.4.3%2Bdfsg1-1 / support / go-test
123456789101112
#!/usr/bin/env ruby require_relative 'go_build' include GoBuild def main create_fresh_build_dir run!(GO_ENV, %W[go test #{GO_PACKAGE}/...]) puts 'OK' end main