cannot find package “github.com/gorilla/mux” in any of:

后端 未结 6 918
慢半拍i
慢半拍i 2021-02-13 04:15

I use command go get github.com/gorilla/mux. I made http server using Golang, and I run this program :

package main

import (
    \"fmt\"
    \"htm         


        
6条回答
  •  长发绾君心
    2021-02-13 04:32

    Try go build /Users/imac/go/src/project

    because I see you try to use go build under /Users/imac/go/src

提交回复
热议问题