Skip to content

Commit

Permalink
rename folder and file names
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagodeev committed Dec 3, 2024
1 parent 4c80785 commit 48b1a89
Show file tree
Hide file tree
Showing 12 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion typed/revision.go → typedData/revision.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package typed
package typedData

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

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

import (
"encoding/json"
Expand Down

0 comments on commit 48b1a89

Please sign in to comment.