Skip to content

nihei9/dive-into-pact-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dive-into-pact-go

Dive into pact-go

Useful Documents and Information

Build and Run

Consumer

$ cd consumer
$ go build -o consumer cmd/recipes/main.go
$ ./consumer

Options

  • -h ... Host where provider is running on (default: localhost)
  • -p ... Port that provider is listening (default: 10000)

Provider

$ cd provider
$ go build -o provider cmd/recipes/main.go
$ ./provider

Options

  • -p ... Port (default: 10000)

Provider

Verification

Consumer

$ cd consumer/client
$ go test

Provider

$ cd provider/handler
$ go test

About

Dive into pact-go

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages