Skip to content

Commit

Permalink
comments
Browse files Browse the repository at this point in the history
Signed-off-by: Yuri Shkuro <github@ysh.us>
  • Loading branch information
yurishkuro committed Mar 1, 2021
1 parent a613861 commit bc0c5cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmd/query/app/ui/actual.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ import (
//go:embed actual/*
var assetsFS embed.FS

// StaticFiles provides http filesystem with static files for UI
// StaticFiles provides http filesystem with static files for UI.
var StaticFiles = httpfs.PrefixedFS("actual", http.FS(assetsFS))
2 changes: 1 addition & 1 deletion cmd/query/app/ui/placeholder.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ import (
//go:embed placeholder/index.html
var assetsFS embed.FS

// StaticFiles provides http filesystem with static files for UI
// StaticFiles provides http filesystem with static files for UI.
var StaticFiles = httpfs.PrefixedFS("placeholder", http.FS(assetsFS))

0 comments on commit bc0c5cb

Please sign in to comment.