Skip to content

HPI-BP2015H/go-utils

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Useful utils for Go command-line programs

cli package

  • cli.Args struct: a better os.Args
  • cli.Register(), cli.Lookup(): register and lookup CLI subcommands

api package

  • api.Client struct: thin wrapper around net/http

pathname package

  • pathname.Pathname struct: Ruby Pathname-like handling of filesystem paths

utils package

  • utils.Env struct: a map-based approach to os.Environ()
  • utils.Set struct

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 98.2%
  • Makefile 1.8%