Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/darjun/go-daily-lib
/ String
Method
String
flag/self-defined/main.go:13–15 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
11
type
interval []time.Duration
12
13
func
(i *interval) String() string {
14
return
fmt.Sprint(*i)
15
}
16
17
func
(i *interval) Set(value string) error {
18
if
len(*i) > 0 {
Callers
15
main.go
File · 0.45
main.go
File · 0.45
main.go
File · 0.45
main.go
File · 0.45
main.go
File · 0.45
main.go
File · 0.45
main
Function · 0.45
main
Function · 0.45
main
Function · 0.45
main
Function · 0.45
Update
Method · 0.45
Update
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected