Skip to content

πŸ–οΈπŸ­ The Go Edition: Playing with the Gopher

License

Notifications You must be signed in to change notification settings

davzoku/goground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

2 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Getting started with Go

πŸ–οΈπŸ­ The Go Edition: Playing with the Gopher

Basics

To run Go program:

go run hello-world.go

Getting started with IRIS web framework for Go

1.Install iris package and create directory for your new app.

go get -u github.com/kataras/iris
mkdir/app-name
cd app-name
touch main.go
  1. Copy codes from iris-go to start a server

  2. Run simple server on http://localhost:8080

About

πŸ–οΈπŸ­ The Go Edition: Playing with the Gopher

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published