1
0
mirror of https://github.com/rclone/rclone.git synced 2025-04-08 16:54:17 +02:00
2018-10-25 17:06:33 +01:00

5 lines
123 B
Go

package ini
// emptyToken is used to satisfy the Token interface
var emptyToken = newToken(TokenNone, []rune{}, NoneType)