From 14556b646fa957a919759a58440a0d3b31b5644f Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sun, 19 Jun 2022 14:28:01 -0700 Subject: feat(tools/scheddomain): add a tool to report on scheduler domains Change-Id: Ia4e1aa1e7fc48b8bfb619aba9ba71037ffcc69f8 Reviewed-on: https://cl.fcuny.net/c/world/+/451 Tested-by: CI Reviewed-by: Franck Cuny --- tools/scheddomain/go.mod | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 tools/scheddomain/go.mod (limited to 'tools/scheddomain/go.mod') diff --git a/tools/scheddomain/go.mod b/tools/scheddomain/go.mod new file mode 100644 index 0000000..afbc83a --- /dev/null +++ b/tools/scheddomain/go.mod @@ -0,0 +1,3 @@ +module golang.fcuny.net/scheddomain + +go 1.17 -- cgit v1.2.3