mirror of
https://github.com/hashicorp/packer.git
synced 2026-09-21 07:21:40 -04: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)
|