Categorygithub.com/Scalingo/go-utils/fs
modulepackage
1.0.2
Repository: https://github.com/scalingo/go-utils.git
Documentation: pkg.go.dev

# README

Package fs v1.0.2

Godoc Documentation

Purpose

This package contains common methods around file manipulation. As well as an in-memory implementation of these operations to use for tests especially.

Constructors

  • NewOsFs()
  • NewMemFs()

Warning

  • Chown
  • Link
  • Symlink

Are no-op for MemFs implementation

# Functions

No description provided by the author
No description provided by the author

# Structs

No description provided by the author
No description provided by the author

# Interfaces

Fs interface contains all methods implemented in MemFs and OsFs.