Skip to content

denevell/GoLibrary

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

GoLibrary

Some Golang packages.

Run go doc [packagename] for the latest docs on the packages. Or browse the source.

Overview

dirparser        - parses a directory and display its files and directories as JSON
dirparser/server - serves the above with a jsonp interface, including serving the content of the files

fileutils        - basic file utilities, getting the basename easily, find if a file is under a path etc

flagutils        - get a command line argument or exit showing an error message

jsonutils        - convert a multiline string into json formatted multiline string, add the jsonp http header

About

Library of Golang packages

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages