golang
  • Introduction
  • 环境安装
    • vscode
    • liteide
  • 第一个Go程序
  • Go项目结构
  • Go语言命令
  • 变量
  • 数据类型
    • array
    • slice
    • map
    • struct
    • interface
    • string
    • channel
    • 类型转换
  • 循环语句
  • HTTP编程
  • init函数
Powered by GitBook
On this page
  • 布尔类型
  • 整型
  • 浮点型
  • 字符类型

Was this helpful?

数据类型

本小节介绍一下go语言中的基本数据类型

  • 布尔类型

  • 整型

  • 浮点型

  • 字符类型

布尔类型

to be continued

整型

to be continued

浮点型

to be continued

字符类型

to be continued

Previous变量Nextarray

Last updated 5 years ago

Was this helpful?