Skip to content

Commit

Permalink
Merge pull request #1 from tatsuyafw/update-readme
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
tomsteele committed Jul 21, 2017
2 parents e5726ce + 5c5fdf5 commit ba12466
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ func main() {
Workstation: "",
Password: "Password123!",
}
session, err := smb.NewSession(options)
debug := false
session, err := smb.NewSession(options, debug)
if err != nil {
log.Fatalln("[!]", err)
}
Expand All @@ -47,4 +48,3 @@ func main() {
}

```

0 comments on commit ba12466

Please sign in to comment.