Skip to content

Commit

Permalink
Fix up comment length and text, and generate public/
Browse files Browse the repository at this point in the history
  • Loading branch information
eliben committed Dec 9, 2023
1 parent 6fdb46e commit ef79989
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 5 deletions.
6 changes: 3 additions & 3 deletions examples/generics/generics.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ $ go run generics.go
keys: [4 1 2]
list: [10 13 23]

# Note: The order of iteration over map keys is not defined in Go,
# so different invocations may result in different orders.
# The output need not necessarily be keys: [1 2 4].
# Note: The order of iteration over map keys is not
# defined in Go, so different invocations may
# result in different orders.
17 changes: 15 additions & 2 deletions public/generics

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ef79989

Please sign in to comment.