Skip to content

Commit

Permalink
feat(thrift): add Writer/Reader
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaost committed Jul 18, 2024
1 parent a73b0c9 commit f077ec9
Show file tree
Hide file tree
Showing 10 changed files with 1,054 additions and 113 deletions.
2 changes: 1 addition & 1 deletion internal/unsafe/unsafe.go → internal/unsafe2/unsafe.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

package unsafe
package unsafe2

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 unsafe2

import (
"testing"
Expand Down
Loading

0 comments on commit f077ec9

Please sign in to comment.