Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/darjun/go-daily-lib
/ main
Function
main
sjson/error/path/main.go:9–13 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
7
)
8
9
func
main() {
10
user := `{
"name"
:
"dj"
,
"age"
:18}`
11
newValue, err := sjson.Set(user,
"na?e"
,
"dajun"
)
12
fmt.Println(err, newValue)
13
}
Callers
nothing calls this directly
Calls
1
Set
Method · 0.80
Tested by
no test coverage detected