#!/usr/bin/make -f

export DH_GOPKG := github.com/juju/ratelimit

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