diff options
author | EuAndreh <eu@euandre.org> | 2025-05-03 19:41:19 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2025-05-03 19:41:19 -0300 |
commit | a6e6896309007fa1013bd51cee125ab8a75f282d (patch) | |
tree | f6839c339e9d282138a793488cd8ac23ca356ac6 /tests/functional | |
parent | tests/guuid.go: Use os.Exit over assert when testing panic (diff) | |
download | uuid-a6e6896309007fa1013bd51cee125ab8a75f282d.tar.gz uuid-a6e6896309007fa1013bd51cee125ab8a75f282d.tar.xz |
re s/guuid/uuid/g
Diffstat (limited to 'tests/functional')
-rw-r--r-- | tests/functional/string-round-trip/uuid.go (renamed from tests/functional/string-round-trip/guuid.go) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/functional/string-round-trip/guuid.go b/tests/functional/string-round-trip/uuid.go index 764576e..000d3fb 100644 --- a/tests/functional/string-round-trip/guuid.go +++ b/tests/functional/string-round-trip/uuid.go @@ -1,4 +1,4 @@ -package guuid +package uuid import ( "fmt" |