Fix Go formatting in beam and dockerscript
Docker-DCO-1.1-Signed-off-by: Solomon Hykes <solomon@docker.com> (github: shykes)
This commit is contained in:
parent
1df27fa300
commit
c5b6f20d56
11 changed files with 56 additions and 71 deletions
|
@ -3,13 +3,13 @@ package beam
|
|||
import (
|
||||
"fmt"
|
||||
"io/ioutil"
|
||||
"testing"
|
||||
"os"
|
||||
"sync"
|
||||
"testing"
|
||||
)
|
||||
|
||||
type msg struct {
|
||||
payload []byte
|
||||
payload []byte
|
||||
attachment *os.File
|
||||
}
|
||||
|
||||
|
@ -17,7 +17,6 @@ func (m msg) String() string {
|
|||
return MsgDesc(m.payload, m.attachment)
|
||||
}
|
||||
|
||||
|
||||
type mockReceiver []msg
|
||||
|
||||
func (r *mockReceiver) Send(p []byte, a *os.File) error {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue