From 63e98ec8889f09752078ae02836ac73d3456c8d7 Mon Sep 17 00:00:00 2001 From: silversword411 Date: Wed, 23 Aug 2023 17:55:40 -0400 Subject: [PATCH] Oops, removing the asdf --- agent/rpc.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/agent/rpc.go b/agent/rpc.go index 306b862..1a919db 100644 --- a/agent/rpc.go +++ b/agent/rpc.go @@ -13,7 +13,7 @@ package agent import ( "fmt" - "os"asdf + "os" "runtime" "strconv" "sync"