Skip to content

configured & dockerized go template with live reload

Notifications You must be signed in to change notification settings

azuddin/go-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

  1. Start docker by run

    make start
    
  2. When want to run go command, ssh into docker first by running

    make ssh
    
  3. Then can start install your go dependency.

    e.g.:

    go get github.com/gofiber/fiber/v2
    

    or

    go get -u github.com/gin-gonic/gin
    

    or

    go get -u github.com/gorilla/mux
    

About

configured & dockerized go template with live reload

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published