5 lines
144 B
Go
5 lines
144 B
Go
package common
|
|
|
|
// OsuTimeFormat is the time format for scores in the DB. Can be used with time.Parse etc.
|
|
const OsuTimeFormat = "060102150405"
|