Closed koden-km closed 6 years ago
The docs in src/internal/opentr/command.go refer to an s param, but the actual code uses span param for some methods. Should the methods all be updated to s or to span and the docs adjusted?
src/internal/opentr/command.go
s
span
Yep, pick whichever is most common (s iirc) and apply it everywhere.
The docs in
src/internal/opentr/command.go
refer to ans
param, but the actual code usesspan
param for some methods. Should the methods all be updated tos
or tospan
and the docs adjusted?