Skip to content

Package timestr provides a cached version of the currenct time and some string representations with a 1-second precision.

Notifications You must be signed in to change notification settings

remerge/go-timestr

Repository files navigation

Cached Time Strings for Go

Package timestr provides a cached version of the currenct time and some string representations with a 1-second precision.

Usage

package main

import (
  "fmt"
  "github.com/remerge/go-timestr"
)

func main() {
  fmt.Println(timestr.ISO8601())
}

About

Package timestr provides a cached version of the currenct time and some string representations with a 1-second precision.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors 4

  •  
  •  
  •  
  •