You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: makefile
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -12,10 +12,10 @@ test: lint
12
12
go run example/example.go
13
13
tsc browser_test/example_output.ts
14
14
# Make sure dommandline tool works:
15
-
go run tscriptify/main.go -package github.com/tkrajina/typescriptify-golang-structs/example/models -target tmp_classes.ts example/models/example_models.go
16
-
go run tscriptify/main.go -package github.com/tkrajina/typescriptify-golang-structs/example/models -target tmp_interfaces.ts -interface example/models/example_models.go
15
+
go run tscriptify/main.go -package github.com/tkrajina/typescriptify-golang-structs/example/example-models -verbose -target tmp_classes.ts example/example-models/example_models.go
16
+
go run tscriptify/main.go -package github.com/tkrajina/typescriptify-golang-structs/example/example-models -verbose -target tmp_interfaces.ts -interface example/example-models/example_models.go
0 commit comments