cleanup code
This commit is contained in:
@ -1,7 +1,6 @@
|
|||||||
package slot
|
package slot
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"fmt"
|
|
||||||
"io"
|
"io"
|
||||||
|
|
||||||
"git.konjactw.dev/patyhank/minego/pkg/protocol/slot"
|
"git.konjactw.dev/patyhank/minego/pkg/protocol/slot"
|
||||||
@ -79,7 +78,6 @@ func (s *Display) ReadFrom(r io.Reader) (n int64, err error) {
|
|||||||
}
|
}
|
||||||
s.SlotDisplay = &composite
|
s.SlotDisplay = &composite
|
||||||
}
|
}
|
||||||
fmt.Println(s.SlotDisplay)
|
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user