#!/usr/bin/make -f

%:
	dh $@ --buildsystem=golang

execute_after_dh_auto_build:
	rm -fv _build/src/github.com/hailocab/go-hostpool/hostpool_test.go
