#1 Echo
Package echo implements high performance, minimalist Go web framework.
Package joystick implements a Polled API to read the state of an attached joystick.
Health score 45/100, confidence 80/100.
| Latest version | v1.0.1 |
| Imported by | 9 packages |
| Stars | 0 |
| Forks | 0 |
| Last activity | 8 years ago |
| Latest release | Unknown |
| License | Unknown |
| Known vuln records | 0 |
| Symbol | Kind | Synopsis |
|---|---|---|
| Joystick | Type | type Joystick interface{ ... } |
| Joystick.AxisCount | Method | AxisCount func() int |
| Joystick.ButtonCount | Method | ButtonCount func() int |
| Joystick.Close | Method | Close func() |
| Joystick.Name | Method | Name func() string |
| Joystick.Read | Method | Read func() (State, error) |
| Open | Function | func Open(id int) (Joystick, error) |
| State | Type | type State struct{ ... } |
| State.AxisData | Field | AxisData []int |
| State.Buttons | Field | Buttons uint32 |
Package echo implements high performance, minimalist Go web framework.
Package fiber is an Express inspired web framework built on top of Fasthttp, the fastest HTTP engine for Go.
A powerful framework for faster, easier, and more efficient project development.
Learn Go with test-driven development
Package gin implements a HTTP web framework called gin.
An opinionated GoLang framework for accelerated microservice development. Built in support for databases and observability.
Package echo implements high performance, minimalist Go web framework.
Package fiber is an Express inspired web framework built on top of Fasthttp, the fastest HTTP engine for Go.
A powerful framework for faster, easier, and more efficient project development.
Learn Go with test-driven development
Package gin implements a HTTP web framework called gin.