...段名的方式,也就是匿名字段,也称为嵌入字段
```go
package main
import "fmt"
//人
type Person struct {
name string
sex string
age int
}
// 自定义类型
type mystr string
type Student struct {
Person
id int
addr string
//...
## Highlights
### NIST PQ Crypto: Additional Digital Signature Schemes round 2 announced
-
### Combining Machine Learning and Homomorphic Encryption in the Apple Ecosystem
-
### Machine Learning with Homomorphic Encryption and SVM
-
### New Mersenne prime found
-
### ZK stats
Ethereum Mainnet pr...