Skip to content

Commit

Permalink
Rename exists_*.go -> subprocess_*.go
Browse files Browse the repository at this point in the history
Rename these files in anticipation of further os-specific process management changes.

Bug: b/364360512
Test: presubmits
Change-Id: I31d9e3ea225229bd738da987c01ba6ce991866a0
GitOrigin-RevId: 9e5ad93f365641f070646e87d974abdd9cc931b9
  • Loading branch information
MikeS-rec authored and copybara-github committed Sep 4, 2024
1 parent b87e02e commit 16a9682
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/pkg/subprocess/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ load("@io_bazel_rules_go//go:def.bzl", "go_library", "go_test")
go_library(
name = "subprocess",
srcs = [
"exists_unix.go",
"exists_windows.go",
"subprocess.go",
"subprocess_unix.go",
"subprocess_windows.go",
],
importpath = "github.com/bazelbuild/reclient/internal/pkg/subprocess",
visibility = ["//visibility:public"],
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 16a9682

Please sign in to comment.