#!/usr/bin/make -f

export DH_GOLANG_MODULE_MAPPINGS := \
 github.com/deckarep/golang-set:github.com/deckarep/golang-set \


%:
	dh $@ --builddirectory=_build --buildsystem=golang

override_dh_auto_install:
	dh_auto_install -- --no-source
