Binary package “golang-github-gdamore-encoding-dev” in ubuntu focal

Various character map encodings missing from golang.org/x/net/encoding

 Package encoding provides a number of encodings that are missing from
 the standard Go encoding package.
 .
 The UTF8 Encoder is also useful for situations where valid UTF-8 might be
 carried in streams that contain non-valid UTF. One use case is helping to
 cope with terminals that embed escape sequences in otherwise valid UTF-8.