Skip to content

Latest commit

 

History

History
71 lines (47 loc) · 1.14 KB

index.md

File metadata and controls

71 lines (47 loc) · 1.14 KB

Setup Golang Project

SDK

IDE: Develop Your Golang Code

  • Goland
  • Visual Studio Code
  • Cursor: AI Help IDE

Setup Project

  • Create go-module file img.png

Run Golang Code

  • Run in cursor/vs code with Run
  • Run in Goland

Coding and Testing

  • Golang code
  • Golang test code

How to Write Code and run test

  • function

    • public/private
  • testing

    • testing lib
    • run
  • testify

    • How to add third party lib to your golang project

--

Retrospective

  • How to Create Golang Project
  • How to Setup go-module
  • How to Add lib to project
  • How to Write A func
  • How to Run Testing