Skip to content

TestInABox/gotimeit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gotimeit

A simple little Go library that provides easy capability to time methods without having to remember how.

Do you need the library? No. You could easily write the same method directy in your code. It's not that hard.

So why? So you can easily use the same method anywhere in your code without having to remember what module you put it in yourself, or add a special util module for it. It's just available.

Licensing

This code is so universal and simple that it should not ever belong under copyright. Therefore it uses the famed UNLICENSE (see http://unlicense.org) and is completely in the public domain.

Releases

No releases published

Packages

No packages published