Skip to content

Added support for omitted consecutive types#2

Open
GrahamWalters wants to merge 1 commit into
fredipevcin:masterfrom
GrahamWalters:gw/support-for-omitted-consecutive-types
Open

Added support for omitted consecutive types#2
GrahamWalters wants to merge 1 commit into
fredipevcin:masterfrom
GrahamWalters:gw/support-for-omitted-consecutive-types

Conversation

@GrahamWalters
Copy link
Copy Markdown

I'm not sure what the technical term is, but I've added support for omitting consecutive types:

Concat(a, b string) string
Split(str string) (p1, p2 string)
Something(p1, p2 string) (r1, r2 string)

Concat(a, b string) string
Split(str string) (p1, p2 string)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant