tracks/go/exercises/two-fer/two_fer.go in trackler-2.2.1.56 vs tracks/go/exercises/two-fer/two_fer.go in trackler-2.2.1.57
- old
+ new
@@ -3,13 +3,13 @@
// Package twofer should have a package comment that summarizes what it's about.
// https://golang.org/doc/effective_go.html#commentary
package twofer
-// ShareWith needs a comment documenting it.
+// ShareWith should have a comment documenting it.
func ShareWith(string) string {
// Write some code here to pass the test suite.
// Then remove all the stock comments.
// They're here to help you get started but they only clutter a finished solution.
- // If you leave them in, reviewers will protest!
+ // If you leave them in, reviewers may protest!
return ""
}