Rename main.cr to ipc.cr.
This commit is contained in:
parent
448b56ee3a
commit
736b5b5472
2 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
require "cbor"
|
||||
require "./main.cr"
|
||||
require "./ipc.cr"
|
||||
|
||||
# IPC::CBOR is the root class for all exchanged messages (using CBOR).
|
||||
# IPC::CBOR inherited classes have a common 'type' class attribute,
|
||||
|
|
Loading…
Add table
Reference in a new issue