This website requires JavaScript.
Explore
Help
Sign in
TrueCloudLab
/
neo-go
Watch
8
Star
0
Fork
You've already forked neo-go
0
mirror of
https://github.com/nspcc-dev/neo-go.git
synced
2024-11-23 03:38:35 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
e7a0722849
neo-go
/
pkg
/
interop
/
go.mod
3 lines
55 B
Modula-2
Raw
Normal View
History
Unescape
Escape
compiler: make pkg/interop a separate module Signed-off-by: Evgeniy Stratonikov <evgeniy@nspcc.ru>
2022-01-14 10:06:20 +00:00
module
github
.
com
/
nspcc
-
dev
/
neo
-
go
/
pkg
/
interop
compiler: implement custom logic for go1.15 For some reason `foo.go` is interpreted as an http URL, and even if we replace it with `./foo.go` there is an errors with file missing on disk. Because `CompileWithOptions` should be able to compile file under any circumstances, we allocate temporary directory base on version used to compile a binary. Signed-off-by: Evgeniy Stratonikov <evgeniy@nspcc.ru>
2022-01-21 13:47:22 +00:00
go
1.16
Reference in a new issue
Copy permalink