default: build

build:
	go build -o bin/app main.go cert.go utils.go type.go

