Skip to content

kayprogrammer/booking_app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BASICS OF GOLANG

Tutorial: Golang Tutorial for Beginners | Full Go Course by TechWorld with Nana

Go Docs: Documentation

How to run locally

  • Download this repo or run:
    $ git clone git@github.com:kayprogrammer/booking_app.git

In any terminal

  • Install Go
    $ sudo apt install golang

In the root directory:

  • Build and run server
    $ go run main.go

OR

    $ go run .

Releases

No releases published

Packages

No packages published

Languages