Simplified file structure
This commit is contained in:
6
src/types/New.go
Normal file
6
src/types/New.go
Normal file
@ -0,0 +1,6 @@
|
||||
package types
|
||||
|
||||
// New creates a new type from a list of tokens.
|
||||
func New(name string) Type {
|
||||
return Type(name)
|
||||
}
|
Reference in New Issue
Block a user