Go to file
noah metz a34df43d35 Updated main.go to have 2 divisions in an event, and fixed event.go to check child.Parent() instead of event.Parent() 2023-06-04 14:15:01 -06:00
.gitignore Added .gitignore and Makefile 2023-04-08 14:09:25 -06:00
Makefile Basic vex Match 2023-06-03 01:38:35 -06:00
event.go Updated main.go to have 2 divisions in an event, and fixed event.go to check child.Parent() instead of event.Parent() 2023-06-04 14:15:01 -06:00
go.mod Moved logging to a global object that's initialized on first log call 2023-06-04 13:18:10 -06:00
go.sum Moved logging to a global object that's initialized on first log call 2023-06-04 13:18:10 -06:00
graph.go Moved logging to a global object that's initialized on first log call 2023-06-04 13:18:10 -06:00
main.go Updated main.go to have 2 divisions in an event, and fixed event.go to check child.Parent() instead of event.Parent() 2023-06-04 14:15:01 -06:00
manager.go Moved logging to a global object that's initialized on first log call 2023-06-04 13:18:10 -06:00
manager_test.go Fixed tests 2023-06-03 18:56:14 -06:00
resource.go Moved logging to a global object that's initialized on first log call 2023-06-04 13:18:10 -06:00
vex.go Moved logging to a global object that's initialized on first log call 2023-06-04 13:18:10 -06:00
vex_test.go Fixed tests 2023-06-03 18:56:14 -06:00