GitHunt
CP

cp-dharti-r/golang-date-time-utils

Date time utility functions serve as a valuable extension to the standard time package in Go

Golang — Advanced Date-Time Utility functions

Enhancing Time Package Functionality

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.

Getting Started

Following instructions will run functions on your local machine and you can see the result in terminal.

Prerequisites

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

Setup

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

Languages

Go100.0%

Contributors

Created January 16, 2024
Updated July 17, 2025
cp-dharti-r/golang-date-time-utils | GitHunt