在Go中轻松安全地从一种数据类型转换为另一种数据类型
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 

17 行
188 B

  1. language: go
  2. env:
  3. - GO111MODULE=on
  4. sudo: required
  5. go:
  6. - "1.11.x"
  7. - "1.12.x"
  8. - tip
  9. os:
  10. - linux
  11. matrix:
  12. allow_failures:
  13. - go: tip
  14. fast_finish: true
  15. script:
  16. - make check