Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/dubbo-go-hessian2
/ Date
Struct
Date
java_sql_time/date.go:22–24 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
20
import
"time"
21
22
type
Date
struct
{
23
time.Time
24
}
25
26
func
(d *Date) GetTime() time.Time {
27
return
d.Time
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected