#!/usr/bin/make -f

# The go.mod file is executable, fix that.
execute_after_dh_fixperms:
	chmod 644 $(CURDIR)/debian/golang-github-dromara-dongle-dev/usr/share/gocode/src/github.com/dromara/dongle/go.mod

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