Categorygithub.com/go-zing/gozz-core
repositorypackage
0.0.0-20231117165158-0fa2eba2e39f
Repository: https://github.com/go-zing/gozz-core.git
Documentation: pkg.go.dev

# README

logo

Go Go Report Card Go Reference

License: MIT Last Commit codecov

Documentation

English | 简体中文

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.

License

Apache-2.0