VERSION := $(shell cat ./VERSION)

build:
	go build github_to_gogs.go

release: