Skip to content

rudenoise/counting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

97 Commits
 
 
 
 
 
 
 
 

Repository files navigation

counting

A set of tools in go/golang for counting things.

A first attempt at a well structured, and tested, application for statically analysing code-bases.

install

go get github.com/rudenoise/counting/count
go get github.com/rudenoise/counting/dir

use

import (
	"github.com/rudenoise/counting/count"
	"github.com/rudenoise/counting/dir"
)

test

go test github.com/rudenoise/counting/count

About

A set of tools in go/golang for counting things

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages