0 votes
in GoLang by
What are the several built-in supports in Go?

1 Answer

0 votes
by

A list of built-in supports in Go:

  • Container: container/list,container/heap
  • Web Server: net/http
  • Cryptography: Crypto/md5 ,crypto/sha1
  • Compression: compress/ gzip
  • Database: database/sql

Related questions

0 votes
asked Apr 27, 2023 in GoLang by Robin
0 votes
asked Aug 19, 2022 in GoLang by john ganales
...