first commit
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user