go.sysutil

module
v0.0.0-...-e9d8828 Latest Latest
Warning

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

Go to latest
Published: Mar 20, 2017 License: Apache-2.0

README

Build Status Coverage Status Go Report Card

System programming utility libraries for Golang

This repository is a collection of useful functions I find myself commonly re-implementing in my Go projects, which I've broken out here to be more reusable.

logutil

Primarily impements the LogWriter, which allows dumping the output of io.Writer's to Golang logging library compatible loggers.

fsutil

Implements many python-like file functions. If you're doing a lot of operations on files, then these are not the most efficient way to do it but they do provide a very easy way to get through some trivial ones.

executil

Subprocess execution utility functions, focused on providing an easy shell-like experience in Go.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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