initial commit
This commit is contained in:
10
distant/main.go
Normal file
10
distant/main.go
Normal file
@@ -0,0 +1,10 @@
|
||||
package main
|
||||
|
||||
import (
|
||||
"git.sunturtle.xyz/zephyr/errors-my-beloved/distant/brain"
|
||||
"git.sunturtle.xyz/zephyr/errors-my-beloved/distant/brain/sqlbrain"
|
||||
)
|
||||
|
||||
func main() {
|
||||
brain.Think(new(sqlbrain.Brain), "")
|
||||
}
|
Reference in New Issue
Block a user