From bac75aac1de06306f784508b2cbbd6057038e4c7 Mon Sep 17 00:00:00 2001 From: Hraban Luyat Date: Wed, 11 Jan 2017 12:55:08 +0000 Subject: [PATCH] Update godoc links to gopkg.in...v2 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a29412c..d81e148 100644 --- a/README.md +++ b/README.md @@ -114,12 +114,12 @@ To decode a .opus file (or .ogg with Opus data), or to decode a "Opus stream" (which is a Ogg stream with Opus data), use the `Stream` interface. It wraps an io.Reader providing the raw stream bytes and returns the decoded Opus data. -See https://godoc.org/github.com/hraban/opus#Stream for further info. +See https://godoc.org/gopkg.in/hraban/opus.v2#Stream for further info. ### API Docs Go wrapper API reference: -https://godoc.org/github.com/hraban/opus +https://godoc.org/gopkg.in/hraban/opus.v2 Full libopus C API reference: https://www.opus-codec.org/docs/opus_api-1.1.3/ -- 2.48.1