通过vsyour.com访问vsyourBlog可以获得一些阿里云和腾迅云的最新优惠信息和前沿的计算机信息技术.
Security Engineer and Bugbounty Hunter
package main
type Me struct{
Pronouns string
Code string
Job string
BestAndFavoriteSkill string
}
func main() {
me := &Me{
Job: "Security Engineer and Bugbounty Hunter.",
Pronouns: "vsyour",
Code: "PHP, Go, Python and Everythings",
BestAndFavoriteSkill: "Web Sec:D"
}
_ = me
}