Skip to content

Commit

Permalink
Merge pull request #14 from abdennour/master
Browse files Browse the repository at this point in the history
docs: fix  usage example - 2 returns
  • Loading branch information
matishsiao authored Sep 24, 2024
2 parents 7c47996 + c1c9fdd commit 10388a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ get freebsd information
)

func main() {
gi := goInfo.GetInfo()
gi, _ := goInfo.GetInfo()
gi.VarDump()
}
}
Expand Down

0 comments on commit 10388a8

Please sign in to comment.