Skip to content

Commit 2ab97f0

Browse files
committed
Address CR feedback
1 parent e259c5d commit 2ab97f0

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

cmd/tsgo/main.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// tsgo is a test bed for the Go port of TypeScript.
12
package main
23

34
import (

internal/compiler/pkg.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
// Package compiler implements the TypeScript compiler.
2+
package compiler

0 commit comments

Comments
 (0)