package
0.0.0-20220611142855-c75633e8f939
Repository: https://github.com/vbsw/archive.git
Documentation: pkg.go.dev

# README

Timer Collection

GoDoc

About

Timer Collection is a Go package (published at https://github.com/vbsw/time) that provides functions to read the system time and the monotonic time. It also provides timers to messure time between two events.

Copyright

Copyright 2016, Vitali Baumtrok ([email protected]).

You can redistribute Timer Collection and/or modify it under the terms of the Boost Software License, version 1.0. (See accompanying file LICENSE or copy at http://www.boost.org/LICENSE_1_0.txt)

Timer Collection is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the Boost Software License for more details.

References