package
1.2.5
Repository: https://github.com/jakbytes/version_actions.git
Documentation: pkg.go.dev

# Functions

Create creates a file using os.Create, passes it to a handler function, and ensures that it is closed after the handler is done.
Open opens a file using os.Open, passes it to a handler function, and ensures that it is closed after the handler is done.
No description provided by the author