/lenslocked.com

🖼 An awesome photo gallery application written in Go!

Primary LanguageGoMIT LicenseMIT

Lens Locked

An awesome photo gallery application written in Go!

Instructions

Run in development

go run *.go

Run in production

go run *.go -prod

Getting help

go run *.go --help

Build the app

go build -o app *.go