Skip to content

In this repository, Go (Golang) code samples are provided from beginner to advanced levels, so you can use them as a learning resource.

Notifications You must be signed in to change notification settings

amirreza0sh/Go-Tutorial-

Repository files navigation

Go-Tutorial

In this repository, Go (Golang) code samples are provided from beginner to advanced levels, so you can use them as a learning resource. enjoy the source and biuld your first Go file for write code :)

# This workflow will build a golang project
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-go

name: Go

on:
  push:
    branches: [ "main" ]
  pull_request:
    branches: [ "main" ]

jobs:

  build:
    runs-on: ubuntu-latest
    steps:
    - uses: actions/checkout@v4

    - name: Set up Go
      uses: actions/setup-go@v4
      with:
        go-version: '1.20'

    - name: Build
      run: go build -v ./...

    - name: Test
      run: go test -v ./...

About

In this repository, Go (Golang) code samples are provided from beginner to advanced levels, so you can use them as a learning resource.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors 2

  •  
  •  

Languages