undo
This commit is contained in:
parent
f4231a9b60
commit
b1c409a534
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ type DataSource interface {
|
|||
|
||||
var AcquisitionSources = []struct {
|
||||
name string
|
||||
iface func() DataSource
|
||||
iface DataSource
|
||||
}{
|
||||
// {
|
||||
// name: "file",
|
||||
|
|
Loading…
Reference in a new issue