Created
December 10, 2021 04:49
-
-
Save manakuro/cc135efac839bf1104da6a09b06f1965 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package model | |
import ( | |
"golang-clean-architecture-ent-gqlgen/ent/schema/ulid" | |
) | |
// ID implements a ULID | |
type ID = ulid.ID |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment