8 lines
117 B
Go
8 lines
117 B
Go
package js
|
|
|
|
// Config for a js simulator
|
|
type Config struct {
|
|
// Path where the simulator is located
|
|
Path string
|
|
}
|