Bobinas P4G
  • Login
  • Public

    • Public
    • Groups
    • Popular
    • People

Conversation

Notices

  1. muesli (fribbledom@mastodon.social)'s status on Wednesday, 01-May-2019 18:32:19 UTC muesli muesli
    • Wolf480pl
    • minus

    @Wolf480pl

    GOPATH is the root of your workspace. Within it you'll find a directory structure that resembles something like this:

    src/github.com/username/project

    This helps Go to (automatically) resolve imports with full canonical paths. For example you can do

    import "github.com/foo/bar"

    in your code. Go would import that package (and potentially git clone from GitHub first) from $GOPATH/src/github.com/foo/bar

    @minus

    In conversation Wednesday, 01-May-2019 18:32:19 UTC from mastodon.social permalink

    Feeds

    • Activity Streams
    • RSS 2.0
    • Atom
    • Help
    • About
    • FAQ
    • Privacy
    • Source
    • Version
    • Contact

    Bobinas P4G is a social network. It runs on GNU social, version 2.0.1-beta0, available under the GNU Affero General Public License.

    Creative Commons Attribution 3.0 All Bobinas P4G content and data are available under the Creative Commons Attribution 3.0 license.