Skip to content

Commit

Permalink
Move internal out of pkg
Browse files Browse the repository at this point in the history
This is so that outside users do not try and use ReadyBlockChan in their
code.
  • Loading branch information
Eugene Kim committed Dec 18, 2018
1 parent 3f1ce8d commit 9bff915
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion pkg/impl/libraptorq/decoder.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package libraptorq
import (
"errors"
"github.com/harmony-one/go-raptorq/pkg/impl/libraptorq/swig"
"github.com/harmony-one/go-raptorq/pkg/internal/readyblockchan"
"github.com/harmony-one/go-raptorq/internal/readyblockchan"
"github.com/harmony-one/go-raptorq/pkg/raptorq"
"runtime"
)
Expand Down

0 comments on commit 9bff915

Please sign in to comment.