blob: 88f257e28d6cae43e193959a0f83afb7421238ad [file] [log] [blame]
load("@io_bazel_rules_go//go:def.bzl", "go_library", "go_test")
go_library(
name = "qcow2",
srcs = ["qcow2.go"],
importpath = "source.monogon.dev/go/qcow2",
visibility = ["//visibility:public"],
)
go_test(
name = "qcow2_test",
srcs = ["qcow2_test.go"],
embed = [":qcow2"],
)