Skip to content

Commit 3b694d7

Browse files
dunglasalexandre-daubois
authored andcommitted
chore: remove useless cgo imports
1 parent 0dd485c commit 3b694d7

4 files changed

Lines changed: 0 additions & 7 deletions

File tree

internal/phpheaders/phpheaders.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
package phpheaders
22

3-
import "C"
43
import (
54
"context"
65
"strings"

internal/state/state.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
package state
22

3-
import "C"
43
import (
54
"slices"
65
"sync"

scaling.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
package frankenphp
22

3-
//#include "frankenphp.h"
4-
//#include <sys/resource.h>
5-
import "C"
63
import (
74
"errors"
85
"log/slog"

worker.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
package frankenphp
22

3-
// #include "frankenphp.h"
4-
import "C"
53
import (
64
"fmt"
75
"os"

0 commit comments

Comments
 (0)