Skip to content

nativetouch/gopath

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gopath

String pathing utility for golang

Installation

You can download the code via the usual go utilities:

go get github.com/datacratic/gopath

To build the code and run the test suite along with several static analysis tools, use the provided Makefile:

make test

Note that the usual go utilities will work just fine but we require that all commits pass the full suite of tests and static analysis tools.

Documentation

Documentation is available here. Usage examples are available in this test suite.

License

The source code is available under the Apache License. See the LICENSE file for more details.

About

Object pathing utility for golang

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 98.1%
  • Makefile 1.9%