fix issue in gset.Pop; improve internal/debug

This commit is contained in:
john
2019-08-09 09:51:56 +08:00
parent 3af3fd1428
commit 8387710473

View File

@ -16,10 +16,6 @@ const (
gFILTER_KEY = "/gf/util/gutil/gutil"
)
func Package() string {
}
// PrintStack prints to standard error the stack trace returned by runtime.Stack.
func PrintStack(skip ...int) {
fmt.Print(Stack(skip...))