filetransformer

package module
v0.1.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 2, 2021 License: BSD-2-Clause Imports: 4 Imported by: 0

README

Go Report Card

filetransformer

Small Go package that atomically replaces the content of a file by passing the previous content through a golang.org/x/text/transform.Transformer .

Documentation

Overview

Package filetransformer offers a function to atomically replace the content of a file by passing the previous content through a golang.org/x/text/transform.Transformer .

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Transform

func Transform(t transform.Transformer, filename string) error

Transform applies a transformer on the contents of a file and writes the output back into the same file atomically. It calls Reset on t.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL