initial update
This commit is contained in:
parent
de2245fa39
commit
572cc1931c
4 changed files with 8 additions and 3 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -68,7 +68,7 @@ go.work
|
||||||
*.pdb
|
*.pdb
|
||||||
|
|
||||||
# Kernel Module Compile Results
|
# Kernel Module Compile Results
|
||||||
*.mod*
|
# *.mod*
|
||||||
*.cmd
|
*.cmd
|
||||||
.tmp_versions/
|
.tmp_versions/
|
||||||
modules.order
|
modules.order
|
||||||
|
|
|
@ -14,8 +14,7 @@ How to start c-daemon + go processes:
|
||||||
git clone https://git.aliberksandikci.com.tr/liderahenk/go-daemon
|
git clone https://git.aliberksandikci.com.tr/liderahenk/go-daemon
|
||||||
cd go-daemon/
|
cd go-daemon/
|
||||||
go build -o c-daemon/bin/ info
|
go build -o c-daemon/bin/ info
|
||||||
gcc -o c-daemon/bin/test c-daemon/daemon/test.c c-daemon/daemon/daem
|
gcc -o c-daemon/bin/test c-daemon/daemon/test.c c-daemon/daemon/daemon.c
|
||||||
on.c
|
|
||||||
./c-daemon/bin/test
|
./c-daemon/bin/test
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
3
c-daemon/go-files/go.mod
Normal file
3
c-daemon/go-files/go.mod
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
module info
|
||||||
|
|
||||||
|
go 1.20
|
3
go.mod
Normal file
3
go.mod
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
module info
|
||||||
|
|
||||||
|
go 1.20
|
Loading…
Reference in a new issue