GoLox/tokens.go
2024-09-22 17:50:20 +01:00

5 lines
50 B
Go

package main
type Token struct {
token string
}