mirror of
https://github.com/hashicorp/packer.git
synced 2026-02-27 12:02:14 -05:00
4 lines
123 B
Go
4 lines
123 B
Go
package ini
|
|
|
|
// emptyToken is used to satisfy the Token interface
|
|
var emptyToken = newToken(TokenNone, []rune{}, NoneType)
|