first commit

This commit is contained in:
2025-10-19 09:20:58 +00:00
parent f457530935
commit da21d85790
4 changed files with 16 additions and 115 deletions

View File

@@ -14,7 +14,9 @@ type Address struct {
LatLng [2]float64
}
var alex = User{}
var alex = User{
Name: "ali",
}
// Hello writes a welcome string
func Hello() string {