#!/usr/bin/make -f

# Include test fixtures
export DH_GOLANG_INSTALL_EXTRA := example.toml example-crlf.toml marshal_test.toml

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