#!/usr/bin/make -f

export DH_GOLANG_EXCLUDES := examples

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

# Remove installed snapshots from package
execute_after_dh_auto_install:
	rm -rf $(CURDIR)/debian/golang-github-gkampitakis-go-snaps-dev/usr/share/gocode/src/github.com/gkampitakis/go-snaps/snaps/__snapshots__
