github.com/TeaOSLab/EdgeNode@v1.3.8/internal/zero/zero.go (about)

     1  // Copyright 2021 Liuxiangchao iwind.liu@gmail.com. All rights reserved.
     2  
     3  package zero
     4  
     5  type Zero = struct{}
     6  
     7  func New() Zero {
     8  	return Zero{}
     9  }