Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alecthomas/devtodo2
/ jsonIO
Struct
jsonIO
jsonio.go:26–28 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
24
)
25
26
type
jsonIO
struct
{
27
TaskListIO
28
}
29
30
func
NewJSONIO() TaskListIO {
31
return
&jsonIO{}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected