fixed multiple import mapping issue

This commit is contained in:
Guo Huang
2016-04-23 09:52:17 -07:00
parent e555b3ad34
commit e7df5f9551
3 changed files with 38 additions and 12 deletions

View File

@@ -5,8 +5,8 @@ import (
"fmt"
"encoding/json"
"errors"
"io/ioutil"
"os"
"io/ioutil"
)
type PetApi struct {