mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-11-07 05:38:17 +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)
|