11 lines
305 B
Python
11 lines
305 B
Python
# Copyright 2023 Uber Technologies, Inc.
|
|
# Licensed under the Apache License, Version 2.0
|
|
|
|
load("@bazel_gazelle//:def.bzl", "gazelle")
|
|
|
|
# gazelle:map_kind go_binary go_binary //rules:rules_go.bzl
|
|
|
|
# gazelle:build_file_name BUILD
|
|
# gazelle:prefix git.sr.ht/~motiejus/bazel-zig-cc
|
|
gazelle(name = "gazelle")
|