mirror of
https://github.com/danderson/netboot.git
synced 2026-05-08 13:56:29 +02:00
Gofmt -s the code.
This commit is contained in:
parent
f1f04d854d
commit
31095fd432
@ -52,19 +52,19 @@ func TestInterop(t *testing.T) {
|
||||
defer f.Close()
|
||||
|
||||
servers := []*Server{
|
||||
&Server{
|
||||
{
|
||||
Handler: ConstantHandler([]byte(testFile)),
|
||||
InfoLog: infoLog,
|
||||
TransferLog: transferLog,
|
||||
},
|
||||
&Server{
|
||||
{
|
||||
Handler: ConstantHandler([]byte(testFile)),
|
||||
InfoLog: infoLog,
|
||||
TransferLog: transferLog,
|
||||
// This Server clamps to a smaller block size.
|
||||
MaxBlockSize: 500,
|
||||
},
|
||||
&Server{
|
||||
{
|
||||
Handler: ConstantHandler([]byte(testFile)),
|
||||
InfoLog: infoLog,
|
||||
TransferLog: transferLog,
|
||||
|
||||
28
third_party/ipxe/ipxe-bin.go
vendored
28
third_party/ipxe/ipxe-bin.go
vendored
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user