10 lines
162 B
Modula-2
10 lines
162 B
Modula-2
module DPF
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/davecgh/go-spew v1.1.0
|
|
github.com/gin-gonic/gin v1.4.0
|
|
github.com/tarm/goserial v0.0.0-20151007205400-b3440c3c6355
|
|
)
|