package
0.0.0-20201020153340-53909ea70814
Repository: https://github.com/gagliardetto/golang-go.git
Documentation: pkg.go.dev
# Functions
Create creates the file named name and returns a Writer for that file.
MustClose closes Closer c and calls log.Fatal if it returns a non-nil error.
MustWriter returns a Writer that wraps the provided Writer, except that it calls log.Fatal instead of returning a non-nil error.
Open returns a Reader for the file named name.