// Copyright 2021 GoEdge goedge.cdn@gmail.com. All rights reserved.
package zero
type Zero = struct{}
func New() Zero {
return Zero{}
}