Files
src.dualinventive.com/go/devsim/simulator/js/config.go
2024-08-09 12:10:16 +02:00

8 lines
117 B
Go

package js
// Config for a js simulator
type Config struct {
// Path where the simulator is located
Path string
}