Update README.md
This commit is contained in:
@@ -6,7 +6,6 @@ my-lib/
|
|||||||
├── lib1/ # Individual importable library. Duplicate as needed
|
├── lib1/ # Individual importable library. Duplicate as needed
|
||||||
│ ├── lib1.go
|
│ ├── lib1.go
|
||||||
│ └── lib1_test.go
|
│ └── lib1_test.go
|
||||||
├── ignore # local files ignored by git
|
|
||||||
└── internal/
|
└── internal/
|
||||||
└── pkg1/ # Internal use package. Duplicate as needed
|
└── pkg1/ # Internal use package. Duplicate as needed
|
||||||
├── pgk1.go
|
├── pgk1.go
|
||||||
|
|||||||
Reference in New Issue
Block a user