Skip to content

Commit

Permalink
fixed StreamState.PageIN() issue
Browse files Browse the repository at this point in the history
  • Loading branch information
user committed Sep 20, 2012
1 parent 48eba6f commit b6b0eb5
Show file tree
Hide file tree
Showing 3 changed files with 140 additions and 154 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# ogg

Pure Go implementation of the ogg container format library. See [www.xiph.org/ogg] for more info about ogg.
Pure [Go](http://www.golang.org) implementation of the libogg 1.3.0 container format library. See [www.xiph.org/ogg] for more info about libogg.

Testing 100% pass.

### ToDo:
- Testing 100%. Right now, only one test fails.
- Check which funcs/types/vars needs to be visible outside the package
- Commenting the funcs / types (godoc)
- Goroutines?
Expand Down
Loading

0 comments on commit b6b0eb5

Please sign in to comment.