Skip to content
This repository was archived by the owner on Dec 8, 2022. It is now read-only.

nuts-foundation/nuts-go-core

Repository files navigation

nuts-go-core

Common resources for Nuts Go modules.

Build Status Maintainability

Building

Note

Nuts-go uses Go version >= 1.13.

go get github.com/nuts-foundation/nuts-go-core

For generating mocks

go get github.com/golang/mock/gomock
go install github.com/golang/mock/mockgen

Then run

mockgen -destination=mock/mock_oapi.go -package=mock github.com/deepmap/oapi-codegen/pkg/runtime EchoRouter
mockgen -destination=mock/mock_echo.go -package=mock github.com/labstack/echo/v4 Context

Testing

go test ./...

About

To fix dependency hell in Go, holds various shared types and interfaces for nuts-go modules

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •