Skip to content

garebareDA/gaa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gaa

小さなWeb フレームワークです。

Example

s := gaa.New()
s.Get("/", func(w http.ResponseWriter, r *http.Reqest, u url.Values) {
  log.Println!("Get!")
})
s.Run(":8080")

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages