mirror of
https://github.com/foomo/contentserver.git
synced 2025-10-16 12:25:44 +00:00
6 lines
49 B
Go
6 lines
49 B
Go
package content
|
|
|
|
const (
|
|
INDENT string = "\t"
|
|
)
|