Login
Remember
Register
Ask a Question
What are the several built-in supports in Go?
0
votes
asked
Aug 19, 2022
in
GoLang
by
john ganales
What are the several built-in supports in Go?
built-in-support
golang
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Aug 19, 2022
by
john ganales
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
...