fileio

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Mar 12, 2020 License: MIT Imports: 5 Imported by: 1

Documentation

Overview

Package fileio は、ファイル操作に関するユーティリティが配置されています。

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func OpenAppend

func OpenAppend(name string, encoding jp.Encoding) (io.Writer, func() error, error)

OpenAppend は、追記モードでファイルをオープンします。

func OpenRead

func OpenRead(name string, encoding jp.Encoding) (io.Reader, func() error, error)

OpenRead は、読み込みモードでファイルをオープンします。

func OpenWrite

func OpenWrite(name string, encoding jp.Encoding) (io.Writer, func() error, error)

OpenWrite は、書き込みモードでファイルをオープンします。

Types

This section is empty.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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