Skip to content

Commit

Permalink
Minor changes in struct use
Browse files Browse the repository at this point in the history
  • Loading branch information
esperlu committed Dec 12, 2023
1 parent 665f7cf commit 3a12754
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions gomount.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,6 @@ func main() {
// Parse config file
err = yaml.Unmarshal(yamlFile, &config)

// fmt.Printf("Servers:\n%+v\n", config.Servers)

// Get list of already mounted hosts
m, err := os.ReadFile(mountInfoFile)
if err != nil {
Expand Down

0 comments on commit 3a12754

Please sign in to comment.