Implement dynlib core library for unix/darwin; not 100% about the build tags

This commit is contained in:
Scitoshi Nakayobro
2019-12-30 19:09:59 -05:00
parent 7e271310ff
commit d79ee7d530
2 changed files with 22 additions and 0 deletions
+1
View File
@@ -1,3 +1,4 @@
// +build windows
package dynlib
import "core:sys/win32"