mirror of https://github.com/perkeep/perkeep.git
move fileembed from misc
This commit is contained in:
parent
f9d0ad487e
commit
64bbffc3b5
|
@ -11,7 +11,6 @@ _test
|
|||
_gotest*
|
||||
_testmain*
|
||||
_go_.[568]
|
||||
_embed_*.go
|
||||
_cgo*
|
||||
clients/go/camgsinit/camgsinit
|
||||
clients/go/camwebdav/camwebdav
|
||||
|
|
|
@ -16,12 +16,11 @@ limitations under the License.
|
|||
|
||||
/*
|
||||
#fileembed pattern .+\.(js|html)
|
||||
#fileembed target camlistore.org/server/uistatic
|
||||
*/
|
||||
package ui
|
||||
|
||||
import (
|
||||
"camlistore.org/pkg/misc/fileembed"
|
||||
"camlistore.org/pkg/fileembed"
|
||||
)
|
||||
|
||||
var Files = &fileembed.Files{
|
||||
|
|
Loading…
Reference in New Issue