readme md
parent
666e8ef986
commit
bfbf496836
|
@ -140,7 +140,6 @@ map, struct, func
|
||||||
### Сценарий 1
|
### Сценарий 1
|
||||||
|
|
||||||
```go
|
```go
|
||||||
|
|
||||||
type Person struct {
|
type Person struct {
|
||||||
Name string
|
Name string
|
||||||
Age int
|
Age int
|
||||||
|
@ -191,7 +190,6 @@ for _, i := range list {
|
||||||
### Сценарий 2
|
### Сценарий 2
|
||||||
|
|
||||||
```go
|
```go
|
||||||
|
|
||||||
type Person struct {
|
type Person struct {
|
||||||
Name string
|
Name string
|
||||||
Age int
|
Age int
|
||||||
|
|
Loading…
Reference in New Issue