Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Package or Project name is out of Go convention #6

Closed
pixelbender opened this issue Nov 17, 2014 · 1 comment
Closed

Package or Project name is out of Go convention #6

pixelbender opened this issue Nov 17, 2014 · 1 comment

Comments

@pixelbender
Copy link

Hi. Thanks for your work.
Can you rename package (or project) name as described in Go's convention:
https://golang.org/doc/code.html#PackageNames

@zhangpeihao
Copy link
Owner

Thanks for your suggestion.
I renamed the package name from rtmp to gortmp.
If your project depend on it, you can append the package name 'rtmp' before the "github.com/zhangpeihao/gortmp":

import(
rtmp "github.com/zhangpeihao/gortmp"
)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants