Skip to content
This repository was archived by the owner on Feb 18, 2025. It is now read-only.
This repository was archived by the owner on Feb 18, 2025. It is now read-only.

Migrating to Go Modules #1355

@cndoit18

Description

@cndoit18

Since Go 1.11, go includes Modules which is a dependency management system that makes dependency version information explicit and easier to use.

Please refer to the following two blogposts to understand and read more about using Go modules, and migrating to Go modules.

  1. Using Go Modules > 2. Migrating to Go Modules > > Using Go modules will enable us to easily manage dependencies and also run Go programs outside the GOPATH. We don't need to specify the GOPATH anymore.
  2. Here you can read more about using Go modules.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions