Skip to content

Commit

Permalink
added go mod for management
Browse files Browse the repository at this point in the history
  • Loading branch information
vanshaj committed Jun 10, 2021
1 parent f8c58b1 commit ce8b69b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions blackhatgo/chapter3/shodan/go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
module github.com/blackhatgo/chapter3/shodan

go 1.15
3 changes: 2 additions & 1 deletion blackhatgo/chapter3/shodan/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ package main

import (
"fmt"
"replay/blackhatgo/chapter3/shodan/shodan"

"github.com/blackhatgo/chapter3/shodan/shodan"
)

func main() {
Expand Down

0 comments on commit ce8b69b

Please sign in to comment.