mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-04-21 10:18:21 -05:00
9366a03a8c
git-subtree-dir: store git-subtree-mainline:6e4c6a875agit-subtree-split:25456c4ff9
9 lines
104 B
Go
9 lines
104 B
Go
// +build tools
|
|
|
|
package main
|
|
|
|
import (
|
|
_ "github.com/UnnoTed/fileb0x"
|
|
_ "github.com/restic/calens"
|
|
)
|