Skip to content

Commit

Permalink
fix comments in example's Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
elakito committed Mar 20, 2022
1 parent 80d2310 commit f0c03ee
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion examples/persons1/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
#
# make get_libs - build the go binary
# make get_libs - download dependent libraries
#

DOCKER_TAG ?= latest
Expand Down
2 changes: 1 addition & 1 deletion examples/persons1db/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
#
# make get_libs - build the go binary
# make get_libs - download dependent libraries
# make docker_build - build the docker image
#

Expand Down
2 changes: 1 addition & 1 deletion examples/persons1ds/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
#
# make get_libs - build the go binary
# make get_libs - download dependent libraries
# make docker_build - build the docker image
#

Expand Down
2 changes: 1 addition & 1 deletion examples/persons3/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
#
# make get_libs - build the go binary
# make get_libs - download dependent libraries
#

DOCKER_TAG ?= latest
Expand Down
2 changes: 1 addition & 1 deletion examples/persons4db/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
#
# make get_libs - build the go binary
# make get_libs - download dependent libraries
# make docker_build - build the docker image
#

Expand Down
2 changes: 1 addition & 1 deletion examples/persons4ds/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
#
# make get_libs - build the go binary
# make get_libs - download dependent libraries
# make docker_build - build the docker image
#

Expand Down
2 changes: 1 addition & 1 deletion examples/persons6/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
#
# make get_libs - build the go binary
# make get_libs - download dependent libraries
#

DOCKER_TAG ?= latest
Expand Down

0 comments on commit f0c03ee

Please sign in to comment.