Skip to content

A server written in Golang that stores stores a longURL and links it with a generated random identifier to give a shortURL

License

Notifications You must be signed in to change notification settings

PhantomHydrino/go-url-shortener

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GO URL SHORTENER

  • The basic functionality of this program is to generate a shorturl for every longurl that is taken as the input.
  • This is a server written in Go that generates a random ID and links it to every longurl that is taken as an input.

REQUIREMENTS

HOW TO RUN

  • Use the go run main.go to build and run the program

About

A server written in Golang that stores stores a longURL and links it with a generated random identifier to give a shortURL

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages