1
mirror of https://gitlab.com/commento/commento.git synced 2025-06-29 22:56:37 -04:00

config.go: rename parseConfig to configParse

This commit is contained in:
Adhityaa Chandrasekar
2018-07-24 12:11:01 +05:30
parent 6ca442f9cc
commit b7b224983c
3 changed files with 15 additions and 15 deletions

View File

@ -6,7 +6,7 @@ import (
"strings"
)
func parseConfig() error {
func configParse() error {
binPath, err := filepath.Abs(filepath.Dir(os.Args[0]))
if err != nil {
logger.Errorf("cannot load binary path: %v", err)