Require Go version 1
Example, we have list of words:
abc def hi hello there hi abc
Need to list out all unique words in that list, do this:
go run main.go abc def hi hello there hi abc
Result:
[abc def hi hello there]
go test ./...
| Name | Name | Last commit date | ||
|---|---|---|---|---|