Serving static files 8 – Gin Gonic Golang Web Framework
Serving static files 8 – Gin Gonic Golang Web Framework
Source Code
// working and serving static files e.g images/text/html etc package main import "github.com/gin-gonic/gin" func main() { // create new router/server r := gin.Default() r.Static("/", "./") // first arg/parameter is path/url and 2nd is the folder // lets create a file name index.html // 2nd one can be image etc or text file r.Run() }
golang gingonic framework videos tutorials series
TAGS#
gin gonic tutorial
gin-gonic / examples
gin-gonic documentation
gin framework tutorial
gin web framework
gin router
golang gin context
gin router group
###Buy Me a Coffee https://www.buymeacoffee.com/khan1