Necropolis v1 release
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
//go:build !antivm
|
||||
|
||||
package core
|
||||
|
||||
func DetectVM() {}
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1,5 @@
|
||||
//go:build !antivm
|
||||
|
||||
package core
|
||||
|
||||
func DetectVM() {}
|
||||