fix import paths

This commit is contained in:
Jaana Burcu Dogan 2017-06-25 16:57:41 -07:00
parent 2ee37b77ae
commit 042926d01a

View File

@ -18,6 +18,7 @@ package main
import (
"fmt"
"html/template"
"io/ioutil"
"log"
"net/http"
"os"
@ -25,8 +26,6 @@ import (
"google.golang.org/appengine"
"io/ioutil"
"gopkg.in/yaml.v2"
)