#!/usr/bin/make -f

export DH_GOLANG_EXCLUDES := benchmarks
export DH_GOLANG_INSTALL_EXTRA := go.mod go.sum

# Temporary workaround to force the use of golang-1.16-go
export PATH := /usr/lib/go-1.16/bin:$(PATH)

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