#!/usr/bin/make -f

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