mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-12-04 04:22:37 +03:00
* Updated go.mod * Updated go.sum * Updated vendor packages Signed-off-by: Glenn Vriesman <glenn.vriesman@gmail.com>
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)
|