Skip to content

Commit

Permalink
Reorder imports
Browse files Browse the repository at this point in the history
  • Loading branch information
davidprogers committed Dec 17, 2017
1 parent ff020e3 commit e6a3575
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _examples/web/weatherweb.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ package main
import (
"encoding/json"
"html/template"
"os"

owm "github.com/briandowns/openweathermap"
// "io/ioutil"
"log"
"net/http"
"os"
)

// URL is a constant that contains where to find the IP locale info
Expand Down

0 comments on commit e6a3575

Please sign in to comment.