feat(main.go): renamed function
This commit is contained in:
parent
ca47bff951
commit
4d3ec3135e
4 changed files with 6 additions and 6 deletions
2
list.go
2
list.go
|
@ -29,7 +29,7 @@ func list(conn net.Conn, instance string) error {
|
|||
log.Println(err)
|
||||
continue
|
||||
}
|
||||
if exists, err := exists(info_path); exists && err == nil {
|
||||
if exists, err := path_exists(info_path); exists && err == nil {
|
||||
infofile_content, err := os.ReadFile(info_path)
|
||||
if err != nil {
|
||||
log.Println(err)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue