test:
	# Testing...
	go fmt ./...
	go test -v ./...
build:
	# Building...
	go build
install:
	# Installing...
	go install
