https://github.com/hajimehoshi/go-memorymodule
Go port of MemoryModule
https://github.com/hajimehoshi/go-memorymodule
Last synced: 7 months ago
JSON representation
Go port of MemoryModule
- Host: GitHub
- URL: https://github.com/hajimehoshi/go-memorymodule
- Owner: hajimehoshi
- License: mpl-2.0
- Created: 2018-12-28T14:55:01.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-29T08:06:27.000Z (almost 7 years ago)
- Last Synced: 2025-02-28T07:53:19.435Z (8 months ago)
- Language: C
- Size: 286 KB
- Stars: 7
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[WIP] Go port of [MemoryModule](https://github.com/fancycode/MemoryModule)
# How to build (so far)
```
CC=x86_64-w64-mingw32-gcc CGO_ENABLED=1 GOOS=windows go build .
```# How to test (so far)
```
CC=x86_64-w64-mingw32-gcc CGO_ENABLED=1 GOOS=windows go test -c && wine go-memorymodule.test.exe
```