...

Source file src/code.rocketnine.space/tslocum/fibs/doc.go

Documentation: code.rocketnine.space/tslocum/fibs

     1  /*
     2  Package fibs provides a FIBS.com (online backgammon) client library.
     3  
     4  In addition to the standard FIBS commands, the following internal custom
     5  commands are available:
     6  
     7  - `watch` - Watch a random game
     8  - `tv` - Watch random games continuously
     9  */
    10  package fibs
    11  

View as plain text