Thanks to visit codestin.com
Credit goes to github.com

Skip to content

rachelos/rungo

Repository files navigation

Web Application

Create hello directory, cd hello directory

mkdir hello
cd hello

Init module

go mod init

Download and install

go get github.com/rachelos/rungo@latest

Create file hello.go

package main

import "github.com/rachelos/rungo/server/web"

func main() {
	web.Run()
}

Download required dependencies

go mod tidy

Build and run

go build hello.go
./hello

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages