Files
opencloud/tools.go
2020-02-20 15:53:26 +01:00

8 lines
74 B
Go

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