1
0
mirror of https://github.com/jhillyerd/inbucket.git synced 2025-12-18 10:07:02 +00:00

Reformat *.go with goimports command

This commit is contained in:
James Hillyerd
2014-05-19 19:40:33 -07:00
parent 63084c67b9
commit 88ae99abb0
20 changed files with 62 additions and 42 deletions

View File

@@ -4,10 +4,6 @@ import (
"bytes"
"encoding/json"
"fmt"
"github.com/jhillyerd/go.enmime"
"github.com/jhillyerd/inbucket/config"
"github.com/jhillyerd/inbucket/smtpd"
"github.com/stretchr/testify/mock"
"io"
"log"
"net/http"
@@ -16,6 +12,11 @@ import (
"os"
"testing"
"time"
"github.com/jhillyerd/go.enmime"
"github.com/jhillyerd/inbucket/config"
"github.com/jhillyerd/inbucket/smtpd"
"github.com/stretchr/testify/mock"
)
type OutputJsonHeader struct {