Skip to content

Commit

Permalink
update implement an array for each
Browse files Browse the repository at this point in the history
  • Loading branch information
ochom committed Feb 21, 2024
1 parent 35c6948 commit 6b94de1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arrays/arrays.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package arrays

// NOTE: This library is not exactly what a Gopher would expect from a Go library.
// !NOTE: This library is not exactly what a Gopher would expect from a Go library.
// It is a simple implementation of some of the most common array methods in JavaScript.
// It is intended to be used as a reference for those who are familiar with JavaScript and are learning Go.

Expand Down

0 comments on commit 6b94de1

Please sign in to comment.