Skip to content

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

Notifications You must be signed in to change notification settings

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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages