generated from cloudwego/.github
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(thrift): add Writer/Reader (#2)
* For replacing `kitex/pkg/protocol/bthrift` and `pkg/remote/codec/thrift` * Also renamed pkg `unsafe` to `hack`, coz sometimes still have to use `unsafe.Add` which is a build-in func.
- Loading branch information
Showing
10 changed files
with
1,137 additions
and
116 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,7 +14,7 @@ | |
* limitations under the License. | ||
*/ | ||
|
||
package unsafe | ||
package hack | ||
|
||
import "unsafe" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,7 +14,7 @@ | |
* limitations under the License. | ||
*/ | ||
|
||
package unsafe | ||
package hack | ||
|
||
import ( | ||
"testing" | ||
|
Oops, something went wrong.