mirror of
https://github.com/TeaOSLab/EdgeNode.git
synced 2025-12-26 15:06:36 +08:00
7 lines
113 B
Go
7 lines
113 B
Go
// Copyright 2022 GoEdge goedge.cdn@gmail.com. All rights reserved.
|
|
|
|
package readers
|
|
|
|
type BaseReader struct {
|
|
}
|