Skip to content

NEO-Software-Development/goly-neo-shorter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Goly, The Go URL Shortener

This is the repo for the video found here


PostgreSQL Docker Image

I used postgres:14 and can run it

$ docker run --name name-of-container -e POSTGRES_USER=admin -e POSTGRES_PASSWORD=test -d postgres:14

You can name the container anything you want, or not name it all. --name flag is really used to run docker commands easier, rather than using the randomly generated UUID.


⚡ Happy Coding!

it is good to consider using go doc [packageName] in order to get a better understanding of what we want to use in our software. For example: go doc fmt.Prinln or simply: go doc fmt

This is how we can declare Variables, var variableName varType Example: var stationName string var nextTrainTime int8 var isUptownTrain bool

Releases

No releases published

Packages

No packages published

Languages

  • Svelte 40.1%
  • Go 36.7%
  • JavaScript 14.0%
  • CSS 6.4%
  • HTML 2.8%