https://github.com/vito/go-play
Playing with the Go language.
https://github.com/vito/go-play
Last synced: over 1 year ago
JSON representation
Playing with the Go language.
- Host: GitHub
- URL: https://github.com/vito/go-play
- Owner: vito
- Created: 2009-11-15T02:01:27.000Z (over 16 years ago)
- Default Branch: master
- Last Pushed: 2013-06-10T02:09:18.000Z (about 13 years ago)
- Last Synced: 2025-04-11T16:29:54.497Z (over 1 year ago)
- Language: Go
- Homepage:
- Size: 1.6 MB
- Stars: 18
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
server.go: Similar to erlang's gen_server.
server-test.go: A test for the server.go implementing a basic counting server.
fsm.go: Similar to erlang's gen_fsm.
fsm-test.go: A test for the fsm.go imeplementing a FSM with two states, real and imaginary, and handling events to alter the numbers for the current state.
html.go: Toying with a HTML DSL.
paste.go: A Pastie webserver for Go.