Skip to content

Commit

Permalink
use vfsgen instead gobindata
Browse files Browse the repository at this point in the history
  • Loading branch information
codeskyblue committed Sep 14, 2018
1 parent 403a2ea commit 8e4187f
Show file tree
Hide file tree
Showing 43 changed files with 8,131 additions and 103 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ dist/

gohttpserver
bindata_assetfs.go

assets_vfsdata.go
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2016 shengxiang
Copyright (c) 2018 shengxiang

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ If using go1.5, ensure you set GO15VENDOREXPERIMENT=1
1. [x] Support setting from conf file
1. [x] Quick copy download link
1. [x] Show folder size
1. [x] Create folder

## Installation
```
Expand Down Expand Up @@ -168,9 +169,8 @@ The search query follows common format rules just like Google. Keywords are sepe
Depdencies are managed by godep

```sh
go get -v github.com/tools/godep
go get github.com/jteeuwen/go-bindata/...
go get github.com/elazarl/go-bindata-assetfs/...
go generate .
go build -tags vfs
```

Theme are all defined in [res/themes](res/themes) directory. Now only two themes are available, "black" and "green".
Expand All @@ -195,7 +195,8 @@ go build -tags bindata

**Go Libraries**

* <https://github.com/elazarl/go-bindata-assetfs>
* [vfsgen](https://github.com/shurcooL/vfsgen)
* [go-bindata-assetfs](https://github.com/elazarl/go-bindata-assetfs) Not using now
* <http://www.gorillatoolkit.org/pkg/handlers>

## History
Expand Down
Loading

0 comments on commit 8e4187f

Please sign in to comment.