Files
opencloud/konnectd/pkg/assets/dummy.go
A.Unger 506ba1aa51 Add 'konnectd/' from commit '3829df495cbcad9bb261518b4afb7d15ba53d54c'
git-subtree-dir: konnectd
git-subtree-mainline: ab1e6d4689
git-subtree-split: 3829df495c
2020-09-18 13:00:53 +02:00

10 lines
183 B
Go

package assets
import (
// Fake the import to make the dep tree happy.
_ "golang.org/x/net/context"
// Fake the import to make the dep tree happy.
_ "golang.org/x/net/webdav"
)