mirror of
https://github.com/mickael-kerjean/filestash.git
synced 2024-04-21 12:32:08 +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)
|