diff options
| author | Bobby <[email protected]> | 2025-11-19 17:47:15 +0530 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-11-19 17:47:15 +0530 |
| commit | 18249402d6ff0faceab30f746fcd6b6c764c727f (patch) | |
| tree | f7573ba206c79f4c7e0bf5c4ffeaa1277e0b2d55 | |
| parent | 3953efe44669d03b8e201d608f1cf5fce18c335d (diff) | |
| download | cgitconf-18249402d6ff0faceab30f746fcd6b6c764c727f.tar.xz cgitconf-18249402d6ff0faceab30f746fcd6b6c764c727f.zip | |
Initialize Go module for webhook
| -rw-r--r-- | webhook/go.mod | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/webhook/go.mod b/webhook/go.mod new file mode 100644 index 0000000..2d341e1 --- /dev/null +++ b/webhook/go.mod @@ -0,0 +1,3 @@ +module webhook + +go 1.25.4 |
