mirror of
https://git.vectorsigma.ru/public/k3s.git
synced 2026-07-31 07:30:02 +00:00
5 lines
123 B
Go
5 lines
123 B
Go
package ini
|
|
|
|
// emptyToken is used to satisfy the Token interface
|
|
var emptyToken = newToken(TokenNone, []rune{}, NoneType)
|