2
0
Fork 0
mirror of https://github.com/bazel-contrib/bazel-lib synced 2024-11-27 17:43:27 +00:00
bazel-lib/tools/copy_to_directory/main.go

8 lines
81 B
Go

package main
import "fmt"
func main() {
fmt.Println("Not yet implemented!")
}