#!/usr/bin/make -f

export DH_GOLANG_EXCLUDES := test/

%:
	dh $@ --builddirectory=_build --buildsystem=golang --with=golang

# don't run the tests
override_dh_auto_test:
