Date time utility functions serve as a valuable extension to the standard time package in Go
In this repository, we've covered the implementation of advanced date-time utilities functions.
Following instructions will run functions on your local machine and you can see the result in terminal.
You need following prerequisites before setting up this project on your machine.
- Go with version go1.20 linux/amd64
If not install already, follow how to install Golang
Following are steps to setup project on local.
-
Clone this project.
-
Start Go Server
go run main.go
Install package by, run:
go mod tidy
-
Server will start on
http://localhost:8000