Skip to content

Commit fdf4f2f

Browse files
committed
testing for exported identifier
1 parent f32455b commit fdf4f2f

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

Fundamentels/identifiers/file2.go

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
//file2.go
2+
3+
package file2
4+
5+
// Exported variable
6+
var AnotherExportedVariable = "Greetings from file2!"

0 commit comments

Comments
 (0)