mcl, docs: Use the less ambiguous form of the import
Update the style guide as well!
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
import "fmt"
|
||||
import "golang/strings"
|
||||
import "golang/strings" as golang_strings
|
||||
|
||||
$l = ["a", "b", "c",]
|
||||
$joined = strings.join($l, ", ")
|
||||
$joined = golang_strings.join($l, ", ")
|
||||
|
||||
print "debug" {
|
||||
msg => "${joined}",
|
||||
|
||||
Reference in New Issue
Block a user