Skip to content

Commit

Permalink
Remove bazel extension
Browse files Browse the repository at this point in the history
  • Loading branch information
george-harness committed Jun 7, 2021
1 parent a05edcc commit f89c5ba
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 2 deletions.
File renamed without changes.
Empty file added bazel/BUILD
Empty file.
File renamed without changes.
File renamed without changes.
File renamed without changes.
1 change: 0 additions & 1 deletion src/dom/BUILD.bazel → src/dom/BUILD
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
load("@io_bazel_rules_go//go:def.bzl", "go_library", "go_test")
load("//:bazel/yacc.bzl", "go_yacc")

go_library(
name = "go_default_library",
Expand Down
2 changes: 1 addition & 1 deletion src/dom/parser/BUILD.bazel → src/dom/parser/BUILD
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
load("@io_bazel_rules_go//go:def.bzl", "go_library", "go_test")
load("//:bazel/yacc.bzl", "go_yacc")
load("//bazel:yacc.bzl", "go_yacc")

go_yacc(
yacc="query.y",
Expand Down

0 comments on commit f89c5ba

Please sign in to comment.