#!/usr/bin/make -f

export DH_GOLANG_EXCLUDES := /conf_out.ini

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