Golang面试之Golang基础

数据类型

  1. 闭包的实现

常用包

  1. fmt
  2. time
  3. strings
  4. strconv
  5. bytes
  6. bufio
  7. flag
  8. net
  9. io
  10. os
  11. context
  12. encoding/json
  13. encoding/gob
  14. reflect
  15. sort
  16. errors
  17. crypto

你可能感兴趣的:(Golang面试之Golang基础)