↓ 1 callersMethodTranslate*
Translates the current Point, at location (X,Y), by dx along the x axis and dy along the y axis
so that it now represents the point (X+dx,Y+dy).
13-methods/04-methods-with-pointer-receivers/main.go:15
↓ 1 callersFunctionTranslateFunc*
Translates the current Point, at location (X,Y), by dx along the x axis and dy along the y axis
so that it now represents the point (X+dx,Y+dy).
13-methods/05-functions-with-pointer-arguments/main.go:15