small cleanput and switch to sentinel

This commit is contained in:
Zoe
2025-05-16 03:23:47 +00:00
parent c31f070b46
commit a6f4782518
11 changed files with 69 additions and 213 deletions

View File

@@ -1,9 +1,9 @@
{
"name": "Go Project",
"name": "GLoomI",
"version": "0.0.1",
"description": "Example description",
"author": "you",
"license": "BSL-1.0",
"description": "GLoomI is the included plugin management interface for GLoom",
"author": "juls0730",
"license": "MIT",
"scripts": {
"build": "go build -buildmode=plugin -o ../plugs/gloomi.so main.go"
},