Skip to content

Commit

Permalink
Modify ecapsulation
Browse files Browse the repository at this point in the history
  • Loading branch information
tsingbx committed Oct 26, 2023
1 parent 01334fa commit a0f152d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion 214-Encapsulation/encap-2.gop
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Export Struct, for example:
# 1. Export Struct

package company

Expand Down
2 changes: 1 addition & 1 deletion 214-Encapsulation/encap-3.gop
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Export structure method
# 2. Export structure method

package person

Expand Down
2 changes: 1 addition & 1 deletion 214-Encapsulation/encap-4.gop
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

# Export structure field
# 3. Export structure field

package student

Expand Down
2 changes: 1 addition & 1 deletion 214-Encapsulation/encap-5.gop
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

# Export function
# 4. Export function

package MathTools

Expand Down
2 changes: 1 addition & 1 deletion 214-Encapsulation/encap-6.gop
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Export variable
# 5. Export variable

package vars

Expand Down

0 comments on commit a0f152d

Please sign in to comment.