Simplified file structure
This commit is contained in:
10
src/types/Type.go
Normal file
10
src/types/Type.go
Normal file
@ -0,0 +1,10 @@
|
||||
package types
|
||||
|
||||
type Type string
|
||||
|
||||
const (
|
||||
Invalid = ""
|
||||
Any = "Any"
|
||||
Int = "Int"
|
||||
Pointer = "Pointer"
|
||||
)
|
Reference in New Issue
Block a user