fileutil

package
v0.0.0 Latest Latest
Warning

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

Go to latest
Published: Sep 4, 2023 License: MIT Imports: 6 Imported by: 0

Documentation

Overview

Package fileutil provides generic file utilities.

Index

Constants

View Source
const SpaceIndent string = "    "

SpaceIndent is 4 spaces.

Variables

This section is empty.

Functions

func ReadLines

func ReadLines(fileName string) ([]string, error)

ReadLines reads lines from a text file, ignoring blank lines and lines prefixed with "//" or "#" as comments.

func WriteJSON

func WriteJSON(w io.Writer, v interface{}) error

WriteJSON writes the interface as json to the given writer.

Types

This section is empty.

Jump to

Keyboard shortcuts

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