mirror of
https://github.com/astaxie/beego.git
synced 2024-11-05 14:40:54 +00:00
5 lines
116 B
Go
5 lines
116 B
Go
|
// Package lz4 implements compression using lz4.c and lz4hc.c
|
||
|
//
|
||
|
// Copyright (c) 2013 CloudFlare, Inc.
|
||
|
package lz4
|