chg(ptrace): Move c files out from go directory and fix build.
authorsgf <sgf.dma@gmail.com>
Mon, 4 Dec 2023 20:51:48 +0000 (23:51 +0300)
committersgf <sgf.dma@gmail.com>
Tue, 5 Dec 2023 20:57:52 +0000 (23:57 +0300)
commit34f26e6e0fa490e7881b3ecf929b8175433ecb42
treef7e14ff06ca28c36460d6b3a373ae5a876a8c49f
parentd228fdf4773dceeaa39f7c0ab59cfb7a12bba684
chg(ptrace): Move c files out from go directory and fix build.
containers_from_scratch/guide_to_syscalls/.gitignore [new file with mode: 0644]
containers_from_scratch/guide_to_syscalls/hello/.gitignore [new file with mode: 0644]
containers_from_scratch/guide_to_syscalls/hello/go.mod [new file with mode: 0644]
containers_from_scratch/guide_to_syscalls/hello/hello.go [new file with mode: 0644]
containers_from_scratch/guide_to_syscalls/myStrace/.gitignore [new file with mode: 0644]
containers_from_scratch/guide_to_syscalls/myStrace/go.mod [new file with mode: 0644]
containers_from_scratch/guide_to_syscalls/myStrace/go.sum [new file with mode: 0644]
containers_from_scratch/guide_to_syscalls/myStrace/main.go [new file with mode: 0644]
containers_from_scratch/guide_to_syscalls/ptrace-chain.c [moved from containers_from_scratch/guide_to_syscalls/myStrace/ptrace-chain.c with 100% similarity]