Skip to content

Commit f0c03ee

Browse files
committed
fix comments in example's Makefile
1 parent 80d2310 commit f0c03ee

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

examples/persons1/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#
22
#
3-
# make get_libs - build the go binary
3+
# make get_libs - download dependent libraries
44
#
55

66
DOCKER_TAG ?= latest

examples/persons1db/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#
22
#
3-
# make get_libs - build the go binary
3+
# make get_libs - download dependent libraries
44
# make docker_build - build the docker image
55
#
66

examples/persons1ds/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#
22
#
3-
# make get_libs - build the go binary
3+
# make get_libs - download dependent libraries
44
# make docker_build - build the docker image
55
#
66

examples/persons3/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#
22
#
3-
# make get_libs - build the go binary
3+
# make get_libs - download dependent libraries
44
#
55

66
DOCKER_TAG ?= latest

examples/persons4db/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#
22
#
3-
# make get_libs - build the go binary
3+
# make get_libs - download dependent libraries
44
# make docker_build - build the docker image
55
#
66

examples/persons4ds/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#
22
#
3-
# make get_libs - build the go binary
3+
# make get_libs - download dependent libraries
44
# make docker_build - build the docker image
55
#
66

examples/persons6/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#
22
#
3-
# make get_libs - build the go binary
3+
# make get_libs - download dependent libraries
44
#
55

66
DOCKER_TAG ?= latest

0 commit comments

Comments
 (0)