This website requires JavaScript.
Explore
Help
Sign in
TrueCloudLab
/
neoneo-go
Watch
7
Star
0
Fork
You've already forked neoneo-go
2
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
e1607e23c2
neoneo-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