golang / tour

[mirror] A Tour of Go
BSD 3-Clause "New" or "Revised" License
1.55k stars 520 forks source link

tour: [cannot compile interfces example] #1541

Open tkchk opened 1 year ago

tkchk commented 1 year ago

Context: https://go.dev/tour/methods/9

./prog.go:22:6: cannot use v (variable of type Vertex) as Abser value in assignment: Vertex does not implement Abser (method Abs has pointer receiver)