initial update

This commit is contained in:
Aliberk Sandıkçı 2023-07-26 14:09:38 +03:00
parent de2245fa39
commit 572cc1931c
Signed by: asandikci
GPG Key ID: 25C67A03B5666BC1
4 changed files with 8 additions and 3 deletions

2
.gitignore vendored
View File

@ -68,7 +68,7 @@ go.work
*.pdb
# Kernel Module Compile Results
*.mod*
# *.mod*
*.cmd
.tmp_versions/
modules.order

View File

@ -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
View File

@ -0,0 +1,3 @@
module info
go 1.20

3
go.mod Normal file
View File

@ -0,0 +1,3 @@
module info
go 1.20