0 votes
in GoLang by
What data types does Golang use?

1 Answer

0 votes
by

Golang uses the following types:

  • Method
  • Boolean
  • Numeric
  • String
  • Array
  • Slice
  • Struct
  • Pointer
  • Function
  • Interface
  • Map
  • Channel
...