Skip to content

Commit

Permalink
chore: remove token
Browse files Browse the repository at this point in the history
  • Loading branch information
YOU54F committed Feb 2, 2024
1 parent 5b7df23 commit 6613b25
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions consumer/client/cmd/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,10 @@ package main
import (
"log"
"net/url"
"time"

"github.com/pact-foundation/pact-workshop-go/consumer/client"
)

var token = time.Now().Format("2006-01-02T15:04")

func main() {
u, _ := url.Parse("http://localhost:8080")
client := &client.Client{
Expand Down

0 comments on commit 6613b25

Please sign in to comment.