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
|
||||
|
||||
# Kernel Module Compile Results
|
||||
*.mod*
|
||||
# *.mod*
|
||||
*.cmd
|
||||
.tmp_versions/
|
||||
modules.order
|
||||
|
|
|
@ -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
|
||||
```
|
||||
|
||||
|
|
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