#!/usr/bin/make -f

export GOPATH := /usr/share/gocode

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