Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/go-python/gopy
/ String
Method
String
_examples/hi/hi.go:93–95 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
91
}
92
93
func
(p Person) String() string {
94
return
fmt.Sprintf(
"hi.Person{Name=%q, Age=%d}"
, p.Name, p.Age)
95
}
96
97
// Greet sends greetings
98
func
(p *Person) Greet() string {
Callers
1
test.py
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected