changed package names

This commit is contained in:
dtookey 2022-07-18 12:21:07 -04:00
parent 72959bacbf
commit bcfb369ff4
6 changed files with 6 additions and 6 deletions

View File

@ -1,4 +1,4 @@
package vinegar package core
import ( import (
"bytes" "bytes"

View File

@ -1,4 +1,4 @@
package vinegar package core
type Campaign struct { type Campaign struct {
Targets *[]string Targets *[]string

View File

@ -1,4 +1,4 @@
package vinegar package core
import ( import (
"fmt" "fmt"

View File

@ -1,4 +1,4 @@
package vinegar package core
import ( import (
"context" "context"

View File

@ -1,4 +1,4 @@
package vinegar package core
import ( import (
"fmt" "fmt"

View File

@ -1,4 +1,4 @@
package vinegar package core
import ( import (
"net/http" "net/http"