add all modules, better gradle setup, and elixir for server
This commit is contained in:
3
plt-pkg/build.gradle.kts
Normal file
3
plt-pkg/build.gradle.kts
Normal file
@@ -0,0 +1,3 @@
|
||||
plugins {
|
||||
id("goPlugin")
|
||||
}
|
||||
3
plt-pkg/go.mod
Normal file
3
plt-pkg/go.mod
Normal file
@@ -0,0 +1,3 @@
|
||||
module plt-pkg
|
||||
|
||||
go 1.24
|
||||
5
plt-pkg/main.go
Normal file
5
plt-pkg/main.go
Normal file
@@ -0,0 +1,5 @@
|
||||
package main
|
||||
|
||||
func main() {
|
||||
|
||||
}
|
||||
9
plt-pkg/main_test.go
Normal file
9
plt-pkg/main_test.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package main
|
||||
|
||||
import (
|
||||
"testing"
|
||||
)
|
||||
|
||||
func TestHelloWorld(t *testing.T) {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user