From 6c5cc391070d1ac57a26be255c96003daf584c18 Mon Sep 17 00:00:00 2001 From: Adam Cooper Date: Sat, 11 Feb 2023 09:51:18 -0500 Subject: [PATCH] Testing out git and ssh --- main.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/main.go b/main.go index 26d8415..908eb60 100644 --- a/main.go +++ b/main.go @@ -1,5 +1,7 @@ package main +// Testing out tea; really, git and ssh + import ( "fmt" "io/fs"