Skip to content

WIP - this repo will be a simple pact example when it grows up

License

Notifications You must be signed in to change notification settings

srgyrn/pact-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vendoring:

Go'nun official tool'u olan modules kullanilacak.

$ go mod vendor

Onerilen tool'lar:

- golint: Formatlama icin

Test icin denenecek komutlar:

Alt paketlerdeki testleri calistirmak icin:

  • Tum testler:

      $ go test -v ./api/model/...
    
  • Tek test dosyasi:

      $ go test -v ./api/model/user.go ./api/model/user_test.go
    

Coverage:

$ go test -covermode count -coverprofile <coverage report name>
$ go tool cover -html=<coverage report name>

Doc icin referans:

Local ortamda doc sayfasina erismek icin:

$ godoc -http=localhost:6060

About

WIP - this repo will be a simple pact example when it grows up

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages