#!/bin/sh source _build_vars go build \ -o gonicscan \ -tags "$(tr '\n' ' ' < _build_tags)" \ cmd/gonicscan/main.go