Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ferhatelmas/fuzzyclock
:alarm_clock: Fuzzyclock in golang
https://github.com/ferhatelmas/fuzzyclock
Last synced: 26 days ago
JSON representation
:alarm_clock: Fuzzyclock in golang
- Host: GitHub
- URL: https://github.com/ferhatelmas/fuzzyclock
- Owner: ferhatelmas
- License: mit
- Created: 2016-07-24T21:53:01.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-07-24T22:33:38.000Z (over 8 years ago)
- Last Synced: 2024-06-20T12:47:24.267Z (5 months ago)
- Language: Go
- Homepage: https://godoc.org/github.com/ferhatelmas/fuzzyclock
- Size: 1.95 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Fuzzy Clock in Golang
[![Godoc](http://img.shields.io/badge/godoc-reference-blue.svg?style=flat)](https://godoc.org/github.com/ferhatelmas/fuzzyclock)
[![Build Status](https://travis-ci.org/ferhatelmas/fuzzyclock.png?branch=master)](https://travis-ci.org/ferhatelmas/fuzzyclock)> Get fuzzy clock in Golang.
## Install
By go tool: `go get github.com/ferhatelmas/fuzzyclock`
## Usage
```go
import github.com/ferhatelmas/fuzzyclockfuzzyclock.Now() // half past twelve
fuzzyclock.Time(10, 58) // eleven o'clock
```## LICENSE
MIT © [Ferhat Elmas](https://github.com/ferhatelmas)