first commit

This commit is contained in:
2022-10-13 12:03:36 -05:00
commit fab073921f
8 changed files with 816 additions and 0 deletions

6
cmd/logging/logging.go Normal file
View File

@ -0,0 +1,6 @@
package logging
type logging struct {
err error
output string
}