Skip to content

Commit 5e2cb30

Browse files
committed
Added leading 0 to directories 0-99
1 parent 118002c commit 5e2cb30

File tree

1,005 files changed

+42
-4
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,005 files changed

+42
-4
lines changed
File renamed without changes.

Diff for: 03-Scopes/main.go renamed to 003-Scopes/main.go

File renamed without changes.
File renamed without changes.

Diff for: 05-Exporting/README.md renamed to 005-Exporting/README.md

+2-2

Diff for: 05-Exporting/goversion/cmd/main.go renamed to 005-Exporting/goversion/cmd/main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package main
33
import (
44
"fmt"
55

6-
"github.com/aditya43/golang/05-Exporting/goversion"
6+
"github.com/aditya43/golang/005-Exporting/goversion"
77
)
88

99
func main() {
File renamed without changes.

Diff for: 05-Exporting/printer/cmd/main.go renamed to 005-Exporting/printer/cmd/main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package main
22

3-
import "github.com/aditya43/golang/05-Exporting/printer"
3+
import "github.com/aditya43/golang/005-Exporting/printer"
44

55
func main() {
66
// printer.namaste() // Not available. This will throw error.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)