#!/usr/bin/make -f

export DH_GOPKG = github.com/xtls/reality

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