Skip to content

Commit

Permalink
Rename files
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagodeev committed Oct 24, 2024
1 parent de9cf53 commit 7334761
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion typedData/revision.go → typed/revision.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package typedData
package typed

import (
"fmt"
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion typedData/typedData.go → typed/typedData.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package typedData
package typed

import (
"bytes"
Expand Down
2 changes: 1 addition & 1 deletion typedData/typedData_test.go → typed/typedData_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package typedData
package typed

import (
"encoding/json"
Expand Down
2 changes: 1 addition & 1 deletion typedData/types.go → typed/types.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package typedData
package typed

import "math/big"

Expand Down

0 comments on commit 7334761

Please sign in to comment.