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

UnCompress is an empty function #164

Closed
kelly6 opened this issue Aug 21, 2019 · 1 comment
Closed

UnCompress is an empty function #164

kelly6 opened this issue Aug 21, 2019 · 1 comment
Labels
enhancement New feature or request

Comments

@kelly6
Copy link
Contributor

kelly6 commented Aug 21, 2019

2.0.0-alpha2 internal/utils/helper.go: UnCompress function return data directly, when can this approach be implemented?

func UnCompress(data []byte) []byte {
return data
}

@ShannonDing ShannonDing added the enhancement New feature or request label Aug 23, 2019
@ShannonDing ShannonDing added this to the Native-2.0.0-alpha3 milestone Aug 23, 2019
ShannonDing pushed a commit that referenced this issue Aug 23, 2019
Add UnCompress function implementation
@ShannonDing
Copy link
Member

closed due to #167

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

No branches or pull requests

2 participants