2026-08-20 @ 09:35

Go 1.27 introduces a UUID (https://pkg.go.dev/uuid) package to the standard library. Finally we can stop importing the Google UUID library for one function.

#golang #uuid


Back to top