ASF: update files for compliance (#20)
12 files changed
tree: 75391b33f0fd9dd99ca8214c6167b7c024302d53
  1. .github/
  2. cluster/
  3. conv/
  4. dbconn/
  5. gperror/
  6. gplog/
  7. iohelper/
  8. operating/
  9. structmatcher/
  10. testhelper/
  11. .asf.yaml
  12. .gitignore
  13. .golangci.yml
  14. CODE_OF_CONDUCT.md
  15. CONTRIBUTING.md
  16. DISCLAIMER
  17. go.mod
  18. go.sum
  19. LICENSE
  20. Makefile
  21. NOTICE
  22. pom.xml
  23. README.apache.md
  24. README.md
  25. SECURITY.md
  26. show_coverage.sh
README.md

Go Libraries for Apache Cloudberry (Incubating)

Website Documentation Slack Twitter Follow WeChat Youtube GitHub Discussions


Introduction

This repository contains the Go libraries used by Apache Cloudberry (Incubating) and its ecosystem projects. It provides common utilities and functionality that are shared across multiple Cloudberry components.

Contribution

See CONTRIBUTING.md for how to make contributions to this repository. We welcome all types of contributions including code enhancements, bug fixes, documentation improvements, and more.

License

Cloudberry is licensed under the Apache License, Version 2.0. For details, see the LICENSE file.

Acknowledgment

This project is derived from greenplum/gp-common-go-libs and customized for Apache Cloudberry.

Thanks to all the gp-common-go-libs contributors, more details in its GitHub page.