MCPcopy Create free account
hub / github.com/derekbanas/Go-Tutorial / ToDoList

Struct ToDoList

webapp/webapp.go:14–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12)
13
14type ToDoList struct {
15 ToDoCount int
16 ToDos []string
17}
18
19func errorCheck(err error) {
20 // Handle errors

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected