draft 3, stores receipt in file

This commit is contained in:
2023-07-25 19:21:49 -04:00
parent 822f5987c3
commit 97a6acfb4a
2 changed files with 44 additions and 58 deletions
+3 -2
View File
@@ -1,7 +1,7 @@
// =============================================================================
// Auth: Alex Celani
// File: gsp.go
// Revn: 07-18-2023 2.0
// Revn: 07-20-2023 2.0
// Func: asynchronously receive messages from another program, print
//
// TODO: create
@@ -15,7 +15,8 @@
// current time
// write output to a logfile
// moved file writing to AFTER checking for fin
//*07-20-2023:
//*07-20-2023: added calls to os.Create(), file.Write(), etc
//
// =============================================================================
package main