Skip to content

Commit 5d3133e

Browse files
committed
Import missing packages
1 parent af56c8c commit 5d3133e

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

module7/module7.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
package module7
22

3-
//go:generate echo "command and arguments"
3+
//go:generate goimports -w module7_code.go

module7/module7_code.go

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
package module7
22

3-
/*
3+
import (
4+
"fmt"
5+
"runtime"
6+
)
7+
48
func content() {
59
fmt.Println(runtime.GOOS)
610
}
7-
*/

0 commit comments

Comments
 (0)