mirror of
https://github.com/Fluffy-Bean/GoLox.git
synced 2025-05-14 07:42:15 +00:00
5 lines
50 B
Go
5 lines
50 B
Go
package main
|
|
|
|
type Token struct {
|
|
token string
|
|
}
|