move fileembed from misc

This commit is contained in:
Brad Fitzpatrick 2012-02-28 12:45:46 +11:00
parent f9d0ad487e
commit 64bbffc3b5
3 changed files with 1 additions and 3 deletions

1
.gitignore vendored
View File

@ -11,7 +11,6 @@ _test
_gotest* _gotest*
_testmain* _testmain*
_go_.[568] _go_.[568]
_embed_*.go
_cgo* _cgo*
clients/go/camgsinit/camgsinit clients/go/camgsinit/camgsinit
clients/go/camwebdav/camwebdav clients/go/camwebdav/camwebdav

View File

@ -16,12 +16,11 @@ limitations under the License.
/* /*
#fileembed pattern .+\.(js|html) #fileembed pattern .+\.(js|html)
#fileembed target camlistore.org/server/uistatic
*/ */
package ui package ui
import ( import (
"camlistore.org/pkg/misc/fileembed" "camlistore.org/pkg/fileembed"
) )
var Files = &fileembed.Files{ var Files = &fileembed.Files{