package
1.0.0
Repository: https://github.com/vasanthdeveloper/samaya.git
Documentation: pkg.go.dev

# Variables

AutoEndPoint is the variable that will contain the URL at which we send a HTTP GET request to get the time.
TimezoneEndPoint is the variable that will contain the URL to which we append the timezone And send a GET HTTP request to get time.

# Structs

ArgumentSkeleton is the structure where all of the relevant command line arguments are stored by the cobra package.