#!/usr/bin/make -f

export DH_GOLANG_INSTALL_EXTRA = $(shell find -type f -name '*.json')

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