What are the several built-in supports in Go?

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