#!/usr/bin/make -f

export DH_GOLANG_EXCLUDES := gcsfs file1

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

execute_before_dh_auto_install:
	rm -rfv _build/src/github.com/spf13/afero/sftpfs/test/
