Взломали почту?
package main
import "fmt"
type struct1 struct {
NameList []struct2
}
type struct2 struct {
ID int
FuncList []struct3
}
type struct3 struct {
Date []string
Power int
Intelect int
}
func main(){
Struct3 := struct3{}
Struct3.Date = append(Struct3.Date, "date1", "date2")
Struct3.Date = append(Struct3.Date, "date3")
Struct2 := struct2{}
Struct2.FuncList = append(Struct2.FuncList, Struct3)
Struct1 := struct1{}
Struct1.NameList = append(Struct1.NameList, Struct2)
fmt.Printf("%+v", Struct1)
}
Как линукс переносит такую операцию?
The Record() application plays a beep, and then begins recording audio until you press the hash key (#) on your keypad. If you hang up the call before pressing the hash key, the audio will not be recorded.
k: Keep recorded file upon hangup.
environment:
- LANG=ja_JP.eucJP
- LANGUAGE=ja_JP.eucJP
- LC_ALL=ja_JP.eucJP
- POSTGRES_INITDB_ARGS='-E EUC_JP'
docker history postgres --no-trunc --format '{{.CreatedBy}}' | tail -r