repositorypackage
0.0.0-20231117165158-0fa2eba2e39f
Repository: https://github.com/go-zing/gozz-core.git
Documentation: pkg.go.dev
# README
Documentation
Introduction
gozz-core provides core packages separated from gozz. contains core typing and code-generate utils for better independent plugin package referenced.
Why they independent
In Golang plugin, module with same name loaded should be compiled in same version.
So we have great reason to reduce core dependencies of gozz
in go.mod
then
provide greater independence.