#!/usr/bin/make -f

# Tests carry a long tail of dependencies, some circular.
export DH_GOLANG_EXCLUDES := tests$$ test15$$

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