#!/usr/bin/make -f

# Needed for the tests
export DH_GOLANG_INSTALL_ALL := 1

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