Files
2026-02-03 10:05:53 +08:00

6 lines
48 B
Go

package util
func NextID() int64 {
return 1
}