Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adityasaky/go-metapackage
https://github.com/adityasaky/go-metapackage
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/adityasaky/go-metapackage
- Owner: adityasaky
- License: other
- Created: 2021-09-15T17:24:57.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-09-29T19:18:47.000Z (over 2 years ago)
- Last Synced: 2024-10-16T08:51:04.344Z (3 months ago)
- Language: Go
- Size: 5.86 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# go-metapackage
This is a small tool written as part of a larger experiment. Warning: it is NOT intended for any professional use.
A "metapackage" in this instance is a package that doesn't actually do anything. When supplied a dependency, the tool builds a "main" package that uses every public API provided by the dependency. The main package generated can be compiled but will almost certainly panic when executed.