golang / go

The Go programming language
https://go.dev
BSD 3-Clause "New" or "Revised" License
122.23k stars 17.47k forks source link

x/text/message/catalog: documentation mentions type that doesn't exist #27560

Open SamWhited opened 5 years ago

SamWhited commented 5 years ago

In the documentation for golang.org/x/text/message/catalog it says:

Package catalog defines various interfaces: Dictionary, Loader, and Message.

But there is no such type Loader. I started to change the documentation, but wasn't sure if this was an oversight, something that was removed, or some functionality that hadn't been committed yet.

/cc @mpvl

meirf commented 5 years ago

Looks like this has been missing since this package was added.