command
module
Version:
v0.0.0-...-c3a30db
Opens a new window with list of versions in this module.
Published: Aug 8, 2024
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
go-assignment
GoLang assignment
Todo Web app
How to start the app
cd webApp
go run .
The server should start at port 8080
Open http://localhost:8080/ on a browser
Todo cli app
How to start the app
cd cli
go run .
For tests use go test . where test file is present
To further understand
- how to make the task lock, not the task list
- benchmark tests on server and how to improve. does it need improving?
- use of interface for mocking the CRUD operations
- Improve error handling for sending to the browser
- graceful shutdown? look into context
Documentation
¶
There is no documentation for this package.
Source Files
¶
Directories
¶
|
|
|
|
|
|
|
|
|
|
|
used in display, not for cmdline or web app |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Click to show internal directories.
Click to hide internal directories.