Skip to content

ahmed-hamdy90/Golang_Pluralsight_Getting_Started

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This Repository Follow Pluralsight course for GO: Getting Started

Examples:

every clip has include code or demo has been written on separated folder under folder for which Chapter this clip exists, Here List of Chapters and clips

Run Examples:

You can Run every example using Docker(every one has his own Dockerfile file), if you don't have Docker , you can install Docker Engine from Here

  • First build docker image
docker build -t golangtestapp .
  • Second run built image
docker run --name golangtestapp -p 3000:3000 golangtestapp

About

Learn Basic Go language by follow Pluralsight course

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published