Skip to content

frozzare/go-week

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-week

Get the current week number.

View the docs.

Installation

$ go get github.com/frozzare/go-week

CLI

vecka-go by kollegorna is a great cli tool for getting the week! Or if you like the node version of vecka.

Example

package main

import (
    "fmt"
    "github.com/frozzare/go-week"
)

func main() {

    w := week.Now()
    
    fmt.Println(w)
}

License

MIT © Fredrik Forsmo

About

Get the current week number

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

 
 
 

Languages