An open API service indexing awesome lists of open source software.

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.

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.