repositorypackage
0.0.0-20241201123622-e268c11c42b6
Repository: https://github.com/tatiananeda/todo.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# README
Study Project ToDo app api
In memory storage
Implements CRUD on \tasks
endpoint
Is ran on port :3032
See openapi file for details.
to run benchmarking tests
go test -bench=. ./controllers/task -run=^$
to run unit tests
go test ./... -v