8 lines
79 B
Go
8 lines
79 B
Go
|
|
package index
|
||
|
|
|
||
|
|
type Args struct {
|
||
|
|
InReal []float64
|
||
|
|
Period int
|
||
|
|
Debug bool
|
||
|
|
}
|