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
...