Mention the built-in support in GO?

devquora
devquora

Posted On: Feb 22, 2018

 

Following are the available built-in- support in GO
  • Web Server: net/http
  • Database: database/sql
  • Container: container/list, container/heap
  • Cryptography: Crypto/md5, crypto/sha 1
  • Compression: compress/gzip

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    Golang Programming Interview Questions

    What is GO?

    It is an open source programming language makes the programmers build a simple, reliable and efficient software easily...

    Golang Programming Interview Questions

    What are the structures of syntax in GO?

    In GO programming language the syntaxes are specified using EBNF (Extended Backus-Naur Form) Production = production na..

    Golang Programming Interview Questions

    Explain workspace in GO?

    A code has to be kept inside a workspace GO. A workspace is defined as a directory hierarchy with three directories. pk..