Files
2025-09-16 17:48:05 +08:00

11 lines
79 B
Go

package main
import (
"fmt"
)
func main() {
fmt.Println("user-service")
}