Skip to content

Commit

Permalink
Fix folder structure for App Engine compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
mxbi committed Aug 17, 2017
1 parent 7421c04 commit 8d00117
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ga-beacon/ga-beacon.go → ga-beacon.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ var (
badgeGif = mustReadFile("static/badge.gif")
badgeFlat = mustReadFile("static/badge-flat.svg")
badgeFlatGif = mustReadFile("static/badge-flat.gif")
pageTemplate = template.Must(template.New("page").ParseFiles("ga-beacon/page.html"))
pageTemplate = template.Must(template.New("page").ParseFiles("page.html"))
)

func init() {
Expand Down
File renamed without changes.

0 comments on commit 8d00117

Please sign in to comment.