8 lines
87 B
Go
8 lines
87 B
Go
package jikan
|
|
|
|
import "time"
|
|
|
|
const ListPageSize = 24
|
|
|
|
const shortCacheTTL = time.Hour
|