mirror of
https://gitee.com/shikong-sk/gofiber-study
synced 2025-02-24 15:52:15 +08:00
6 lines
87 B
Go
6 lines
87 B
Go
|
package global
|
||
|
|
||
|
import "github.com/sony/sonyflake"
|
||
|
|
||
|
var SonyFlake *sonyflake.Sonyflake
|