Giter Club home page Giter Club logo

gosysutils's Introduction

Go Reference License GitHub go.mod Go version FOSSA Status

This repo is a collection of functions and tools which I find useful in my daily tool building for Systemadministration. I've exposed it to access it easier with go get, from anywhere.

Notable Functions

File.Copy

is a file copy function which preserves permissions and filetimes. File.Move either just renames or calls File.Copy and remove source afterwards.

Cmd.Timeout

is like the batch pause cmd, which waits the time in seconds or until a key is pressed.

IO.PrintToErr

I'm still searching for a conform error handling. I feel like in Go most functions pass up the error to the caller. Calling panic on an error is not my preferred way, except for really simple tools.

Str.Concat

Concat with underlying string builder, so it can be used in other functions. See this comment for benchmarks.

Path.Check

Checks if path exists. I had enough googling multiple times for the same answer Path.CheckDir builds on top of Path.Check to check if the path is also a directory.

Path.ItemGetter

My personal native take on approach to recreate Get-ChildItem from PowerShell.

License

FOSSA Status

gosysutils's People

Contributors

fossabot avatar synertry avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.