Commit Graph

7 Commits

Author SHA1 Message Date
Mike Holloway
93fd6f916b On branch timer
Changes to be committed:
	modified:   main.go
		Arrays for each line of the tcp file.
2021-06-26 17:11:23 -04:00
Mike Holloway
8e2f4e3db8 On branch timer
Changes to be committed:
	modified:   main.go
		Adding use of time package directly
	modified:   timer/timer.go
		Simplifying this away.
2021-06-26 17:07:48 -04:00
Mike Holloway
bb77957ed4 On branch master
Changes to be committed:
	modified:   main.go
		Adding '_' to characters ignored by regex replace.
2021-06-26 13:00:58 -04:00
Mike Holloway
a46c855960 On branch timer
Changes to be committed:
	modified:   main.go
		Add call to timer
	new file:   timer/timer.go
		New 10 second timer
2021-06-25 00:20:30 -04:00
Mike Holloway
0ea14fd132 On branch fix-colons
Changes to be committed:
	modified:   main.go
		No longer replacing colons with ','
2021-06-24 23:01:12 -04:00
Mike Holloway
399459c744 modified: main.go
Functions:
			hexadecimal handling
			whitespace management
			csv-like interpolation
	Next steps:
		Create map of key-value pairs using column headers
		Iterate hex conversion fucntions across values
		Track changes every 10 minutes using loop with timestamp
		Report changes to the console
2021-06-24 22:14:25 -04:00
Mike Holloway
b4b01a5cf4 On branch read-file-error-check
Changes to be committed:
	new file:   main
		Perhaps add this to gitignore next time? Is it generally bad form?
	new file:   main.go
2021-06-17 01:50:06 -04:00