Skip to content

Commit

Permalink
feat(thrift): add Writer/Reader (#2)
Browse files Browse the repository at this point in the history
* 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
xiaost authored Jul 19, 2024
1 parent a73b0c9 commit dbcaae7
Show file tree
Hide file tree
Showing 10 changed files with 1,137 additions and 116 deletions.
2 changes: 1 addition & 1 deletion internal/unsafe/unsafe.go → internal/hack/hack.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

package unsafe
package hack

import "unsafe"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

package unsafe
package hack

import (
"testing"
Expand Down
Loading

0 comments on commit dbcaae7

Please sign in to comment.