mirror of
https://github.com/Luzifer/staticmap.git
synced 2024-11-08 17:30:11 +00:00
7 lines
98 B
Go
7 lines
98 B
Go
package main
|
|
|
|
import (
|
|
"io"
|
|
)
|
|
|
|
type cacheFunction func(generateMapConfig) (io.ReadCloser, error)
|