mirror of
https://github.com/bettercap/bettercap
synced 2025-08-05 22:44:00 -07:00
Merge branch 'master' of github.com:evilsocket/bettercap-ng
This commit is contained in:
commit
4631a25c4b
1 changed files with 3 additions and 1 deletions
4
main.go
4
main.go
|
@ -2,6 +2,7 @@ package main
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"fmt"
|
"fmt"
|
||||||
|
"os"
|
||||||
"runtime"
|
"runtime"
|
||||||
"strings"
|
"strings"
|
||||||
|
|
||||||
|
@ -16,7 +17,8 @@ var err error
|
||||||
|
|
||||||
func main() {
|
func main() {
|
||||||
if sess, err = session.New(); err != nil {
|
if sess, err = session.New(); err != nil {
|
||||||
panic(err)
|
fmt.Println(err)
|
||||||
|
os.Exit(1)
|
||||||
}
|
}
|
||||||
|
|
||||||
fmt.Printf("%s v%s\n", core.Name, core.Version)
|
fmt.Printf("%s v%s\n", core.Name, core.Version)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue