Sign in
googlers
/
jrn
/
git
/
eea9c1e78ffd878cbaaf2c1e346e186a1e58a460
/
.
/
t
/
t4018
/
golang-complex-function
blob: e057dcefed6ad2aed40c5959c471114716323420 [
file
] [
log
] [
blame
]
type
Test
struct
{
a
Type
}
func
(
t
*
Test
)
RIGHT
(
a
Type
)
(
Type
,
error
)
{
t
.
a
=
a
return
ChangeMe
,
nil
}