diff --git a/streaming.go b/streaming.go index c581c5b..3a927f3 100644 --- a/streaming.go +++ b/streaming.go @@ -5,10 +5,6 @@ * Copyright 2015, Backblaze, Inc. */ -// Reed-Solomon Erasure Coding in Go -// -// For usage and examples, see https://github.com/klauspost/reedsolomon -// package reedsolomon import (