Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 378 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 378 Bytes

api.acmcsuf.com

ACM at CSUF club API for managing events, announcements, forms, and other services!

Develop

Start API server

go run cmd/api/main.go

Generate code

go generate ./...

Run tests

go test ./...

Format code

go fmt ./...

Developed with 💚 by @acmcsufoss