#!/usr/bin/make -f

# Don't run the benmarking tests.
export DH_GOLANG_EXCLUDES := bench

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