Skip to content

Commit

Permalink
Added leading 0 to directories 0-99
Browse files Browse the repository at this point in the history
  • Loading branch information
aditya43 committed May 17, 2020
1 parent 118002c commit 5e2cb30
Show file tree
Hide file tree
Showing 1,005 changed files with 42 additions and 4 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions 05-Exporting/README.md → 005-Exporting/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
- `printer` library package:
* Go to:
```sh
cd src/github.com/aditya43/golang/05-Exporting/printer/cmd/
cd src/github.com/aditya43/golang/005-Exporting/printer/cmd/
```
* Run command:
```sh
Expand All @@ -21,7 +21,7 @@
- `goversion` library package:
* Go to:
```sh
cd src/github.com/aditya43/golang/05-Exporting/goversion/cmd/
cd src/github.com/aditya43/golang/005-Exporting/goversion/cmd/
```
* Run command:
```sh
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package main
import (
"fmt"

"github.com/aditya43/golang/05-Exporting/goversion"
"github.com/aditya43/golang/005-Exporting/goversion"
)

func main() {
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package main

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

func main() {
// printer.namaste() // Not available. This will throw error.
Expand Down
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.
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.
Loading

0 comments on commit 5e2cb30

Please sign in to comment.