mirror of
https://github.com/documize/community.git
synced 2025-07-24 15:49:44 +02:00
go dep
Migrated from plain /vendor to go dep
This commit is contained in:
parent
0262763c95
commit
fd693f4ff4
957 changed files with 36866 additions and 177595 deletions
|
@ -12,7 +12,7 @@
|
|||
// Package uniqueid provides utility functions specific to the http-end-point component of Documize.
|
||||
package uniqueid
|
||||
|
||||
import "github.com/rs/xid"
|
||||
import "github.com/documize/community/core/uniqueid/xid"
|
||||
|
||||
// Generate creates a randomly generated string suitable for use as part of an URI.
|
||||
// It returns a string that is always 16 characters long.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue