Binary package “golang-github-shenwei356-xopen-dev” in ubuntu oracular

open files for buffered reading and writing in Go (library)

 Xopen makes it easy to get buffered (possibly gzipped) readers and
 writers. and close all of the associated files. Ropen opens a file
 for reading. Wopen opens a file for writing. Both will use gzip when
 appropriate and will use buffered IO.