Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
dms3
go-dms3
2b12a33ed7099b66e81749ad43970b5bd68363c3
2b12a33ed7099b66e81749ad43970b5bd68363c3
Switch branch/tag
go-dms3
plugin
loader
preload.go
Find file
Normal view
History
Permalink
preload.go
101 Bytes
Edit
Web IDE
Newer
Older
plugin: include empty version of preload.go
Jakub Sztandera
committed
Jul 16, 2017
1
2
3
4
5
6
7
package
loader
import
(
"github.com/ipfs/go-ipfs/plugin"
)
var
preloadPlugins
=
[]
plugin
.
Plugin
{}