mirror of
https://github.com/lus/pasty.git
synced 2023-08-10 21:13:09 +03:00
7 lines
69 B
Go
7 lines
69 B
Go
|
package static
|
||
|
|
||
|
var (
|
||
|
MaxMetadataWidth = 10
|
||
|
MaxMetadataDepth = 5
|
||
|
)
|