Files
opencloud/tools.go
Michael Barz 1274efba21 Fix Formatting
2020-03-09 11:51:09 +01:00

9 lines
104 B
Go

// +build tools
package main
import (
_ "github.com/UnnoTed/fileb0x"
_ "github.com/restic/calens"
)