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 ( import (
"fmt" "fmt"
"html/template" "html/template"
"io/ioutil"
"log" "log"
"net/http" "net/http"
"os" "os"
@ -25,8 +26,6 @@ import (
"google.golang.org/appengine" "google.golang.org/appengine"
"io/ioutil"
"gopkg.in/yaml.v2" "gopkg.in/yaml.v2"
) )