Skip to content

Commit 2676482

Browse files
Ensure a reference to assets exists in the source tree
Godeps will drop it otherwise.
1 parent cd4df0e commit 2676482

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

assets.go

+5
Original file line numberDiff line numberDiff line change
@@ -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

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
// Package assets includes all of the static assets used by the OpenShift console and login flows.
2+
// Assets are generated into a .go file and then compiled into the OpenShift all-in-one binary.
3+
//
4+
// See README.md in this directory for more information about working with these assets.
5+
package assets

0 commit comments

Comments
 (0)