Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/thedevtop/go-vio

Virtual I/O package for Go
https://github.com/thedevtop/go-vio

golang io unit-testing

Last synced: 4 days ago
JSON representation

Virtual I/O package for Go

Awesome Lists containing this project

README

        

# Go Virtual I/O Package

This package provides function types for common file operation functions, like `os.ReadFile()` and `os.Stat()`.
Because these are types, they can be implemented like higher-order functions in your application.

The reason for writing this package, is so that I can make my application code more testable.

### Badges

![Go](https://img.shields.io/badge/go-%2300ADD8.svg?style=for-the-badge&logo=go&logoColor=white)