Difference between revisions of "Runsim"

From wikieduonline
Jump to navigation Jump to search
Line 18: Line 18:
 
* <code>[[ag0]]</code>
 
* <code>[[ag0]]</code>
 
* <code>[[go.mod]]</code>
 
* <code>[[go.mod]]</code>
[[go get]]
+
* <code>[[go get]]</code>
 
 
 
* {{R}}
 
* {{R}}
  
 
+
== See also ==
 
* {{go mod}}
 
* {{go mod}}

Revision as of 09:21, 22 November 2022

 Installing runsim...
 go: go.mod file not found in current directory or any parent directory.
	'go get' is no longer supported outside a module.
	To build and install a command, use 'go install' with a version, 
	like 'go install example.com/cmd@latest'
	For more information, see https://golang.org/doc/go-get-install-deprecation
	or run 'go help get' or 'go help install'.

Solution:
go install github.com/cosmos/tools/cmd/[email protected]


go install runsim
package runsim is not in GOROOT (/usr/lib/go-1.18/src/runsim)

Related

See also

Advertising: