AK
Size: a a a
AK
IK
CF
/
// Create the original map
originalMap := make(map[string]int)
originalMap["one"] = 1
originalMap["two"] = 2
// Create the target map
targetMap := make(map[string]int)
// Copy from the original map to the target map
for key, value := range originalMap {
targetMap[key] = value
}
CF
/
ПК
CF
/
/
/
@
/wbu/attach:
put:
description: Associate user_id and employee_id
requestBody:
required: true
content:
'application/json':
schema:
$ref: '#/components/schemas/AttachRequest'
...
AttachRequest:
type: object
required:
- someId
properties:
someId:
type: string
E
time.Now().String()
возвращает 2020-06-08 18:18.17.791328 +0300 MSK m=***
time.Now().String()
возвращает 2020-06-08 15:15.30.812733756 +0000 UTC m=***