Restructure
重构
This commit is contained in:
9
data/view/generate/def.go
Normal file
9
data/view/generate/def.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package generate
|
||||
|
||||
// interval.间隔
|
||||
var _interval = "\t"
|
||||
|
||||
// PrintAtom . atom print .原始打印
|
||||
type PrintAtom struct {
|
||||
lines []string
|
||||
}
|
||||
Reference in New Issue
Block a user