From 881ff8cc72476f95528e402495040ded3b732495 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sun, 17 Aug 2025 10:14:22 -0700 Subject: first command added: pviz `pviz` is a command-line tool that helps you understand the real impact of service availability targets (SLAs) by converting availability percentages into actual downtime durations across different time periods. --- go.mod | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 go.mod (limited to 'go.mod') diff --git a/go.mod b/go.mod new file mode 100644 index 0000000..b3d61b2 --- /dev/null +++ b/go.mod @@ -0,0 +1,5 @@ +module go.fcuny.net/x + +go 1.24.5 + +require golang.org/x/text v0.28.0 -- cgit v1.2.3