#!/usr/bin/make -f

# tests have fixtures
export DH_GOLANG_INSTALL_ALL := 1

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