Files
EdgeAPI/internal/zero/zero.go

10 lines
144 B
Go
Raw Normal View History

2024-05-17 18:27:26 +08:00
// Copyright 2021 GoEdge CDN goedge.cdn@gmail.com. All rights reserved.
2021-12-14 12:44:57 +08:00
package zero
type Zero = struct{}
func New() Zero {
return Zero{}
}