mirror of https://github.com/hslam/shm.git
9 lines
110 B
Modula-2
9 lines
110 B
Modula-2
|
module github.com/hslam/shm
|
||
|
|
||
|
go 1.15
|
||
|
|
||
|
require (
|
||
|
github.com/hslam/ftok v1.0.0
|
||
|
github.com/hslam/mmap v1.0.0
|
||
|
)
|