Open dallbee opened 7 years ago
Go 1.9 adds type aliases in the form of:
type a = b
This will cause goreturns to break: application.go:25:14: expected type, found '='
application.go:25:14: expected type, found '='
Go 1.9 adds type aliases in the form of:
This will cause goreturns to break:
application.go:25:14: expected type, found '='