Skip to content

Commit

Permalink
add old types
Browse files Browse the repository at this point in the history
  • Loading branch information
Zwiterrion authored Apr 10, 2024
1 parent 86b21d5 commit 0c0d587
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 3 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
package main

import (
"github.com/extism/go-pdk"
"github.com/MAIF/otoroshi-go-types"
)

Expand Down
3 changes: 3 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
module github.com/MAIF/otoroshi-go-types

go 1.21.0
Empty file added go.sum
Empty file.
2 changes: 1 addition & 1 deletion host.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package main
package types

import (
"github.com/extism/go-pdk"
Expand Down
2 changes: 1 addition & 1 deletion types.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package main
package types

import (
"strconv"
Expand Down

0 comments on commit 0c0d587

Please sign in to comment.