Skip to content

Commit 03ebc7c

Browse files
committed
chore: renamed package
1 parent 908b5e3 commit 03ebc7c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
module github.com/ralvarezdev/tinygo-types
1+
module github.com/ralvarezdev/tinygo-errors
22

33
go 1.25.0

types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package tinygo_types
1+
package tinygo_errors
22

33
type (
44
// ErrorCode is a type for error codes.

0 commit comments

Comments
 (0)