#!/usr/bin/make -f

export DH_GOLANG_EXCLUDES := example ttrpc/cmd ttrpc/plugin

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