#!/usr/bin/make -f

# Copy all the test data
export DH_GOLANG_INSTALL_ALL := 1

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