Skip to content

Commit 357a198

Browse files
committed
WIP
1 parent 41183d2 commit 357a198

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/prelude/genmin.go renamed to compiler/prelude/genprelude.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import (
1515
)
1616

1717
const (
18-
fn = "prelude.min.js"
18+
fn = "prelude.go"
1919
)
2020

2121
func main() {

0 commit comments

Comments
 (0)