msfs2020-go | connect to microsoft flight simulator 2020 using golang
kandi X-RAY | msfs2020-go Summary
kandi X-RAY | msfs2020-go Summary
connect to microsoft flight simulator 2020 using golang
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of msfs2020-go
msfs2020-go Key Features
msfs2020-go Examples and Code Snippets
Community Discussions
Trending Discussions on msfs2020-go
QUESTION
Im trying to rebuild a golang github repository to apply some minor changes.
The go application Im trying to modify is the following https://github.com/lian/msfs2020-go Please use the provided github link to inspect the file tree.
I used the master branch and extracted it to /user/Documents/msfs2020-go-master
If I call go build
from /user/Documents/msfs2020-go-master
the output equals: no Go files in /user/Documents/msfs2020-go-master
I tried deleting the go.mod
and recreating it with go mod init github.com/lian/msfs2020-go
followed with a go mod tidy
but still no Go files in /user/Documents/msfs2020-go-master
Here the current go.mod
ANSWER
Answered 2021-Jun-13 at 01:33The command go build
builds the package in the current working directory. The command reports an error because there is not a package at the root of the repository.
Fix by building the package containing the command. Any of the following will work from the root of the repository:
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install msfs2020-go
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page