gofmt
Upstream-commit: 45a8bba15e95b789c12a371036aa1ad42357dc08 Component: engine
This commit is contained in:
@ -1,9 +1,9 @@
|
||||
package docker
|
||||
|
||||
import (
|
||||
"./fs"
|
||||
"encoding/json"
|
||||
"errors"
|
||||
"./fs"
|
||||
"github.com/kr/pty"
|
||||
"io"
|
||||
"io/ioutil"
|
||||
|
||||
@ -65,9 +65,9 @@ func TestCommitRun(t *testing.T) {
|
||||
[]string{"/world"},
|
||||
img,
|
||||
&Config{
|
||||
Ram: 33554432,
|
||||
},
|
||||
)
|
||||
Ram: 33554432,
|
||||
},
|
||||
)
|
||||
if err != nil {
|
||||
t.Fatal(err)
|
||||
}
|
||||
|
||||
@ -1,10 +1,10 @@
|
||||
package fs
|
||||
|
||||
import (
|
||||
"../future"
|
||||
"database/sql"
|
||||
"errors"
|
||||
"fmt"
|
||||
"../future"
|
||||
_ "github.com/mattn/go-sqlite3"
|
||||
"github.com/shykes/gorp" //Forked to implement CreateTablesOpts
|
||||
"io"
|
||||
|
||||
@ -1,15 +1,15 @@
|
||||
package server
|
||||
|
||||
import (
|
||||
".."
|
||||
"../fs"
|
||||
"../future"
|
||||
"../rcli"
|
||||
"bufio"
|
||||
"bytes"
|
||||
"encoding/json"
|
||||
"errors"
|
||||
"fmt"
|
||||
".."
|
||||
"../fs"
|
||||
"../future"
|
||||
"../rcli"
|
||||
"io"
|
||||
"net/http"
|
||||
"net/url"
|
||||
|
||||
@ -1,8 +1,8 @@
|
||||
package docker
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"./future"
|
||||
"fmt"
|
||||
"sync"
|
||||
"time"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user