Skip to content

Commit ff7359f

Browse files
authored
Update exercise1-7.txt
1 parent a0f409a commit ff7359f

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

Diff for: Part1/1.7/exercise1-7.txt

+9-7
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
1-
Script started on 2021-05-10 12:13:58+03:00 [TERM="linux" TTY="/dev/tty1" COLUMNS="100" LINES="37"]
2-
[?2004h[root@fedora34 1.7]# docker run --rm web-server
3-
[?2004l[GIN-debug] [WARNING] Creating an Engine instance with the Logger and Recovery middleware already attached.
1+
Script started on 2021-05-10 12:13:58+03:00 [TERM="linux" TTY="/dev/tty1" COLUMNS="100" LINES="37"]
2+
3+
[root@fedora34 1.7]# docker run --rm web-server
4+
5+
[GIN-debug] [WARNING] Creating an Engine instance with the Logger and Recovery middleware already attached.
46

57
[GIN-debug] [WARNING] Running in "debug" mode. Switch to "release" mode in production.
68
- using env: export GIN_MODE=release
79
- using code: gin.SetMode(gin.ReleaseMode)
810

911
[GIN-debug] GET /*path --> server.Start.func1 (3 handlers)
1012
[GIN-debug] Listening and serving HTTP on :8080
11-
^C[?2004h[root@fedora34 1.7]# [?2004l
12-
exit
13-
14-
Script done on 2021-05-10 12:14:12+03:00 [COMMAND_EXIT_CODE="2"]
13+
14+
[root@fedora34 1.7]#
15+
16+
Script done on 2021-05-10 12:14:12+03:00 [COMMAND_EXIT_CODE="2"]

0 commit comments

Comments
 (0)