livepeer / go-PPSPP

Go implementation of the Peer-to-Peer Streaming Peer Protocol (rfc7574)
MIT License
11 stars 4 forks source link

Rename core package #20

Open sricketts opened 7 years ago

sricketts commented 7 years ago

"core” may not be the best name for the package that an external project would import. You would expect another project would want to import the “ppspp” package, or something like that.

This is going to take a little tedious work I think, because there is an internal type called "ppspp" that may cause problems.

sricketts commented 7 years ago

Also, need to remember to update README.md