improve package gjson; replace fmt.Errorf to gerror; improve examples for package gdb

This commit is contained in:
John Guo
2021-09-13 16:43:09 +08:00
parent cc60bc9dab
commit 006fb79967
56 changed files with 304 additions and 158 deletions

View File

@ -6,8 +6,8 @@
// Package gerror provides simple functions to manipulate errors.
//
// Very note that, this package is quite a base package, which should not import extra
// packages except standard packages, to avoid cycle imports.
// Very note that, this package is quite a basic package, which SHOULD NOT import extra
// packages except standard packages and internal packages, to avoid cycle imports.
package gerror
import (