Simple and easy to use short url server
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

11 lines
150 B

terse: ./util.go ./server.go ./cmd/terse/terse.go
go build ./cmd/terse
run:
go run ./cmd/terse/terse.go
clean:
rm -f ./terse
.PHONY: run clean