Fix godoc comments
This commit is contained in:
parent
36e7d8ed3a
commit
788d19c498
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ type UUID struct {
|
||||||
uuid.UUID
|
uuid.UUID
|
||||||
}
|
}
|
||||||
|
|
||||||
// NewV4 returns a new UUID (Version 4) using 16 random bytes or panics.
|
// New returns a new UUID (Version 4) using 16 random bytes or panics.
|
||||||
func New() *UUID {
|
func New() *UUID {
|
||||||
return &UUID{uuid.NewV4()}
|
return &UUID{uuid.NewV4()}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue