mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-04-21 10:18:21 -05:00
05b1e15464
git-subtree-dir: glauth git-subtree-mainline:d6733b47ccgit-subtree-split:0735ec9337
9 lines
104 B
Go
9 lines
104 B
Go
// +build tools
|
|
|
|
package main
|
|
|
|
import (
|
|
_ "github.com/UnnoTed/fileb0x"
|
|
_ "github.com/restic/calens"
|
|
)
|