mirror of
https://github.com/EchoVault/SugarDB.git
synced 2025-10-18 22:04:41 +08:00
Created server and client sub-folders
This commit is contained in:
9
server/main.go
Normal file
9
server/main.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package main
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
)
|
||||
|
||||
func main() {
|
||||
fmt.Println("Let's build the server!")
|
||||
}
|
Reference in New Issue
Block a user