Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 178 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 178 Bytes

URL Store

A simple API and, eventually, TUI to manage urls I want to share

Building

go build -o ./bin/api ./cmd/api; go build -o ./bin/migrate ./cmd/migrate