#!/usr/bin/make -f

# Exclude unused manually-run test executable
export DH_GOLANG_EXCLUDES := example

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