Skip to content
This repository was archived by the owner on Sep 12, 2023. It is now read-only.

BarrensZeppelin/go-pointer-analysis-bug

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

go pointer analysis bug

Steps to reproduce:

  1. Install dependencies.

    In the directory where the repository is cloned, run:

    mkdir gopath
    env GOPATH=$PWD/gopath GO111MODULE=off go get github.com/docker/docker \
        golang.org/x/tools/go/{pointer,packages}
  2. Run the program that calls the pointer analysis.

    env GOPATH=$PWD/gopath GO111MODULE=off go run main.go

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages