From 572cc1931cdef7dd02106aa92be08725f94b6f32 Mon Sep 17 00:00:00 2001 From: asandikci Date: Wed, 26 Jul 2023 14:09:38 +0300 Subject: [PATCH] initial update --- .gitignore | 2 +- README.md | 3 +-- c-daemon/go-files/go.mod | 3 +++ go.mod | 3 +++ 4 files changed, 8 insertions(+), 3 deletions(-) create mode 100644 c-daemon/go-files/go.mod create mode 100644 go.mod diff --git a/.gitignore b/.gitignore index f858446..46343b1 100644 --- a/.gitignore +++ b/.gitignore @@ -68,7 +68,7 @@ go.work *.pdb # Kernel Module Compile Results -*.mod* +# *.mod* *.cmd .tmp_versions/ modules.order diff --git a/README.md b/README.md index 9d27ac0..564d179 100644 --- a/README.md +++ b/README.md @@ -14,8 +14,7 @@ How to start c-daemon + go processes: git clone https://git.aliberksandikci.com.tr/liderahenk/go-daemon cd go-daemon/ go build -o c-daemon/bin/ info -gcc -o c-daemon/bin/test c-daemon/daemon/test.c c-daemon/daemon/daem -on.c +gcc -o c-daemon/bin/test c-daemon/daemon/test.c c-daemon/daemon/daemon.c ./c-daemon/bin/test ``` diff --git a/c-daemon/go-files/go.mod b/c-daemon/go-files/go.mod new file mode 100644 index 0000000..33f5a3b --- /dev/null +++ b/c-daemon/go-files/go.mod @@ -0,0 +1,3 @@ +module info + +go 1.20 diff --git a/go.mod b/go.mod new file mode 100644 index 0000000..33f5a3b --- /dev/null +++ b/go.mod @@ -0,0 +1,3 @@ +module info + +go 1.20