Go

Go (or GoLang) is a modern programming language popular for its minimal syntax and support for concurrency, as well as for the ease it provides in building native binaries on foreign platforms.

featured tutorialHow To Use the Flag Package in Go
In this tutorial you’ll explore various ways to use the flag package to build different kinds of command-line utiliti...

Gopher Guides • Published on November 7, 2019

featured tutorialHow To Write Your First Program in Go
The “Hello, World!” program is a classic and time-honored tradition in computer programming. It’s a simple and comple...

Gopher Guides • Published on April 10, 2019 · Updated on July 15, 2020

Subscribe to Go
Get notified when new articles on Go are published.
    All
  • 126 Results
    Newest
    All time
    English
    Question

    When will the Golang version be updated for functions?

    1 answer2 months agoBy 1891dc9e55004288a4eebe77867cd
    DigitalOcean FunctionsGo
    Tutorial

    How To Use Templates in Go

    2 months agoBy Kent Shultz, Madison Scott-Clary
    GoDevelopment
    Tutorial

    Importing Packages in Go

    2 months agoBy Gopher Guides, Kent Shultz
    GoDevelopment
    Question

    DO App Platform docker app deploy fails (with no output logs) but build succeeds

    1 answer2 months agoBy abdullah527382
    DigitalOcean App PlatformDockerGo
    Question

    Functions: Golang raw payload

    2 answers2 months agoBy 243261243130247539653847714a48
    DigitalOcean FunctionsGo
    Question

    Unexpected end of JSON input error when deploying serverless function using doctl.

    1 answer2 months agoBy sarusethi
    DigitalOcean FunctionsEngineeringGoServerless
    Tutorial

    How To Write Comments in Go

    2 months agoBy Gopher Guides, Kent Shultz
    GoDevelopment
    Tutorial

    How To Install Go and Set Up a Local Programming Environment on macOS

    2 months agoBy Gopher Guides
    GoDevelopmentmacOS
    Tutorial

    How To Use Vuls as a Vulnerability Scanner on Ubuntu 22.04

    3 months agoBy Savic
    SecurityGoUbuntu 22.04
    Question

    How to add Build time env var through doctl in a Functions namespace

    1 answer3 months agoBy CyberCitizen01
    DigitalOcean App PlatformDigitalOcean FunctionsGo
    Question

    Get package from private repository for digital ocean functions

    1 answer4 months agoBy Manjurul Hoque Rumi
    DigitalOcean FunctionsEngineeringGo
    Tutorial

    How To Deploy a Go Web Application with Docker and Nginx on Ubuntu 22.04

    4 months agoBy Savic
    NginxDockerGoDeploymentLet's EncryptUbuntu 22.04
    Question

    Getting JSON post request body in App Platform serverless Go function

    Accepted Answer Available
    2 answers5 months agoBy 1891dc9e55004288a4eebe77867cd
    DigitalOcean App PlatformGoServerless
    Tutorial

    How To Host a Website with Caddy on Ubuntu 22.04

    6 months agoBy Savic, Mateusz Papiernik, Tom Stoneham
    UbuntuGoLet's EncryptUbuntu 22.04
    Question

    Signal handling in functions [GoLang]

    No answers yet6 months agoBy mat10988
    DigitalOcean FunctionsGo
    Question

    Gin: Deeply Rooted Static Files Not Loading

    No answers yet6 months agoBy Edmund Rotimi
    Go
    Question

    Problem with a Golang webapp and system service

    Accepted Answer Available
    1 answer6 months agoBy Edmund Rotimi
    DigitalOceanGoNginxSystem ToolsUNIX/Linux
    Question

    How to use go packages with DO Functions?

    2 answers7 months agoBy Ocmer
    DigitalOcean FunctionsGo
    Question

    Functions - Go build error (no required module provides package)

    2 answers9 months agoBy chrstphfrtz
    DigitalOcean FunctionsGo
    Tutorial

    How To Use Struct Tags in Go

    10 months agoBy Gopher Guides
    GoDevelopment