DEV Community

Ossama050
Ossama050

Posted on

Go lang beginner

#go

What are some good projects to develop in go for beginners?

Top comments (3)

Collapse
 
jonoyeong profile image
Jonathan Yeong

A good starting project would be a command line tool. I think some good following projects would be to build an API and then have it interact with a database.

Collapse
 
ossama050 profile image
Ossama050

Thanks. I'll be sure to try them

Collapse
 
fhek789 profile image
Felipe Kinoshita

A rest api with just the stardand library.