Browse code

Ensure a reference to assets exists in the source tree

Godeps will drop it otherwise.

Clayton Coleman authored on 2014/10/03 10:12:09
Showing 2 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,5 @@
0
+package assets
1
+
2
+import (
3
+	_ "github.com/jteeuwen/go-bindata" // to take a reference for godep
4
+)
0 5
new file mode 100644
... ...
@@ -0,0 +1,5 @@
0
+// Package assets includes all of the static assets used by the OpenShift console and login flows.
1
+// Assets are generated into a .go file and then compiled into the OpenShift all-in-one binary.
2
+//
3
+// See README.md in this directory for more information about working with these assets.
4
+package assets