#!/usr/bin/make -f

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

# Disabling broken tests
override_dh_auto_test:
