grim/hgkeeper

setup: camel case
styling
2019-04-17, Wagner Riffel
efe6a1c9fd8a
setup: camel case
--- a/setup/command.go Wed Apr 17 23:54:24 2019 -0300
+++ b/setup/command.go Wed Apr 17 23:56:05 2019 -0300
@@ -67,7 +67,7 @@
return err
}
- hgrc_path := filepath.Join(c.adminRepoPath, ".hg", "hgrc")
+ hgrcPath := filepath.Join(c.adminRepoPath, ".hg", "hgrc")
- return ioutil.WriteFile(hgrc_path, []byte(hgrc), 0644)
+ return ioutil.WriteFile(hgrcPath, []byte(hgrc), 0644)
}