Skip to content

Commit cfb82c1

Browse files
committed
sort new to old
ref #163
1 parent c92ebe1 commit cfb82c1

72 files changed

Lines changed: 430 additions & 437 deletions

File tree

Some content is hidden

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

.github/workflows/validate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ jobs:
1818
go-version: "1.21"
1919

2020
- name: Run validator
21-
run: make validate
21+
run: make -C gobooks validate

CONTRIBUTING.md

Lines changed: 2 additions & 1 deletion

Makefile

Lines changed: 0 additions & 3 deletions
This file was deleted.

README.md

Lines changed: 418 additions & 426 deletions
File renamed without changes.

gobooks/Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
.PHONY: validate
2+
validate:
3+
cd validator && go run . ../../README.md
File renamed without changes.

covers/12-factor-applications-with-docker-and-go.jpg renamed to gobooks/covers/12-factor-applications-with-docker-and-go.jpg

File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)