We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd4df0e commit 2676482Copy full SHA for 2676482
assets.go
@@ -0,0 +1,5 @@
1
+package assets
2
+
3
+import (
4
+ _ "github.com/jteeuwen/go-bindata" // to take a reference for godep
5
+)
doc.go
+// Package assets includes all of the static assets used by the OpenShift console and login flows.
+// Assets are generated into a .go file and then compiled into the OpenShift all-in-one binary.
+//
+// See README.md in this directory for more information about working with these assets.
0 commit comments