fileio

package
v0.2.1 Latest Latest
Warning

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

Go to latest
Published: Mar 26, 2020 License: MIT Imports: 9 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 は、書き込みモードでファイルをオープンします。

func TempDir added in v0.1.1

func TempDir(pattern string) (string, func(), error)

TempDir は、一時ディレクトリを作成し (ディレクトリパス, defer用関数, エラー) を返します.

defer用関数は、内部で os.RemoveAll(dir) を呼び出します。

func TempFileName added in v0.1.2

func TempFileName(dir string, prefix string) string

TempFileName は、一時ファイルのパスを生成して返します。

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