Code styling for symbol references

This commit is contained in:
Mark McGranaghan
2019-06-30 13:55:57 -07:00
parent 1be2c1c910
commit 751eeda8b2
3 changed files with 7 additions and 7 deletions

View File

@@ -62,7 +62,7 @@ func main() {
err = os.Chdir("subdir/parent/child")
check(err)
// Now we'll see the contents of "subdir/parent/child"
// Now we'll see the contents of `subdir/parent/child`
// when listing the *current* directory.
c, err = ioutil.ReadDir(".")
check(err)
@@ -84,7 +84,7 @@ func main() {
err = filepath.Walk("subdir", visit)
}
// visit is called for every file or directory found
// `visit` is called for every file or directory found
// recursively by `filepath.Walk`.
func visit(p string, info os.FileInfo, err error) error {
if err != nil {

View File

@@ -1,2 +1,2 @@
57a8f629f040270c15a0375be4424b392edf3c95
LI7ty_KDozd
83f67db91816b4544072d0a4d099111a21c60723
-7kWq0PmATF