You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
golang-commons contains golang library packages to be reused across microservices and operators/controllers. The scope includes, but is not limited to:
@@ -12,13 +12,12 @@ golang-commons contains golang library packages to be reused across microservice
12
12
- Logging
13
13
-[Controllers](./controller/README.md)
14
14
15
-
16
15
## Getting started
17
16
18
17
Add the dependency to your go module based project like so:
19
18
20
19
```
21
-
go get github.com/openmfp/golang-commons
20
+
go get github.com/platform-mesh/golang-commons
22
21
```
23
22
24
23
## Releasing
@@ -41,12 +40,12 @@ P.S. If you have golang installed, it automatically installs the mockery binary
41
40
42
41
## Contributing
43
42
44
-
Please refer to the [CONTRIBUTING.md](CONTRIBUTING.md) file in this repository for instructions on how to contribute to openMFP.
43
+
Please refer to the [CONTRIBUTING.md](CONTRIBUTING.md) file in this repository for instructions on how to contribute to Platform Mesh.
45
44
46
45
## Code of Conduct
47
46
48
-
Please refer to the [CODE_OF_CONDUCT.md](CODE_OF_CONDUCT.md) file in this repository informations on the expected Code of Conduct for contributing to openMFP.
47
+
Please refer to the [CODE_OF_CONDUCT.md](CODE_OF_CONDUCT.md) file in this repository informations on the expected Code of Conduct for contributing to Platform Mesh.
49
48
50
49
## Licensing
51
50
52
-
Copyright 2024 SAP SE or an SAP affiliate company and openMFP contributors. Please see our [LICENSE](LICENSE) for copyright and license information. Detailed information including third-party components and their licensing/copyright information is available [via the REUSE tool](https://api.reuse.software/info/github.com/openmfp/golang-commons).
51
+
Copyright 2024 SAP SE or an SAP affiliate company and Platform Mesh contributors. Please see our [LICENSE](LICENSE) for copyright and license information. Detailed information including third-party components and their licensing/copyright information is available [via the REUSE tool](https://api.reuse.software/info/github.com/platform-mesh/golang-commons).
0 commit comments