8 lines
73 B
Go
8 lines
73 B
Go
|
package changelog
|
||
|
|
||
|
const (
|
||
|
title = "CHANGELOG"
|
||
|
|
||
|
defaultNodesLen = 10
|
||
|
)
|