mirror of
https://github.com/owncloud/ocis
synced 2026-05-09 16:42:01 +02:00
9 lines
104 B
Go
9 lines
104 B
Go
// +build tools
|
|
|
|
package main
|
|
|
|
import (
|
|
_ "github.com/UnnoTed/fileb0x"
|
|
_ "github.com/restic/calens"
|
|
)
|