include build/private/bgo_exports.makefile
include ${BGO_MAKEFILE}

fmt-src::
	go fmt ./...

build:: fmt-src