server: make hello world
This commit is contained in:
@@ -0,0 +1,3 @@
|
|||||||
|
module git.dubyatp.xyz/dubyatp/scannerbot/server
|
||||||
|
|
||||||
|
go 1.26.3
|
||||||
@@ -0,0 +1,5 @@
|
|||||||
|
package main
|
||||||
|
|
||||||
|
func main() {
|
||||||
|
println("hello world")
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user