src.dualinventive.com/go/devsim/simulator/js/config.go

8 lines
117 B
Go

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