DEBSOURCES
Skip Quicknav
sources / golang-github-humanlogio-api / 0.0~git20250305.fa41d14-1 / script / test
1234567891011121314
#!/usr/bin/env bash set -e # eval "$(pkgx --shellcode)" root=$(git rev-parse --show-toplevel) function main() { pushd ${root}/go go test ./... popd } main