1 file changed
+1
-1
lines changed- .gitignore+4
- chapter-A.26-property-public-private/belajar-golang-level-akses-dot-import-dan-package-import-alias/go.mod+1-1
- chapter-A.26-property-public-private/belajar-golang-level-akses-init-func/go.mod+1-1
- chapter-A.26-property-public-private/belajar-golang-level-akses-multi-file-main/go.mod+1-1
- chapter-A.26-property-public-private/belajar-golang-level-akses-say-hello/go.mod+1-1
- chapter-A.26-property-public-private/belajar-golang-level-akses-struct/go.mod+1-1
- chapter-A.61-go-vendoring/go.mod+2-2
- chapter-A.61-go-vendoring/go.sum+5-1
- chapter-A.61-go-vendoring/vendor/github.com/novalagung/gubrak/v2/go.mod-8
- chapter-A.61-go-vendoring/vendor/github.com/novalagung/gubrak/v2/go.sum-13
- chapter-A.61-go-vendoring/vendor/modules.txt+1-1
- chapter-A.62-concurrency-pipeline/1-dummy-file-generator.go+1-2
- chapter-A.62-concurrency-pipeline/2-find-md5-sum-of-file-then-rename-it.go+1-2
- chapter-A.62-concurrency-pipeline/3-find-md5-sum-of-file-then-rename-it-concurrently.go+1-2
- chapter-A.63-simplified-fan-in-fan-out-pipeline/1-generate-dummy-files-sequentially.go+1-2
- chapter-A.63-simplified-fan-in-fan-out-pipeline/2-generate-dummy-files-concurrently.go+1-2
- chapter-A.64-pipeline-context-cancellation/1-generate-file-concurrently.go+1-2
- chapter-A.64-pipeline-context-cancellation/2-generate-file-cancellable.go+1-2
- chapter-A.7-hello-world/go.mod+1-1
- chapter-B.21-cookie/go.mod+2-2
- chapter-B.21-cookie/go.sum+5-1
- chapter-B.22-simple-configuration/conf/config.go+1-2
- chapter-B.22-simple-configuration/go.mod+2-2
- chapter-B.23-server-handler-http-request-cancellation/2-handle-cancelled-request-with-payload.go+2-2
- chapter-C.10-advanced-configuration-viper/go.mod+24-3
- chapter-C.11-best-practice-configuration-env-var/go.mod+12-4
- chapter-C.11-best-practice-configuration-env-var/go.sum+8-11
- chapter-C.12-securecookie/go.mod+15-5
- chapter-C.12-securecookie/go.sum+8-11
- chapter-C.13-session/go.mod+16-5
- chapter-C.13-session/go.sum+8-10
- chapter-C.14-cors-preflight-request/go.mod+15-5
- chapter-C.14-cors-preflight-request/go.sum+12-10
- chapter-C.15-csrf/go.mod+11-4
- chapter-C.15-csrf/go.sum+12-11
- chapter-C.16-secure-middleware/go.mod+15-5
- chapter-C.16-secure-middleware/go.sum+13-10
- chapter-C.17-http-gzip-compression/go.mod+19-3
- chapter-C.17-http-gzip-compression/go.sum+35
- chapter-C.18-send-email/go.mod+5-3
- chapter-C.18-send-email/go.sum+2
- chapter-C.19-read-write-excel-xlsx-file/go.mod+5-3
- chapter-C.19-read-write-excel-xlsx-file/go.sum+3
- chapter-C.20-write-pdf-file/go.mod+3-3
- chapter-C.21-convert-html-to-pdf/go.mod+2-2
- chapter-C.22-scraping-parsing-html/go.mod+10-2
- chapter-C.22-scraping-parsing-html/go.sum+2
- chapter-C.23-xml-parser/go.mod+2-2
- chapter-C.27-secure-insecure-client-http-request/client-secure-request.go+3-3
- chapter-C.28-golang-ftp/go.mod+2-2
- chapter-C.28-golang-ftp/go.sum-1
- chapter-C.28-golang-ftp/main.go+2-3
- chapter-C.29-golang-ssh-sftp/1-simple.go+1-2
- chapter-C.29-golang-ssh-sftp/2-multiple-commands.go+2-2
- chapter-C.29-golang-ssh-sftp/3-sftp.go+1-2
- chapter-C.29-golang-ssh-sftp/go.mod+11-3
- chapter-C.29-golang-ssh-sftp/go.sum+40-11
- chapter-C.3-echo-routing/go.mod+11-3
- chapter-C.3-echo-routing/go.sum+5-1
- chapter-C.30-golang-protobuf-implementation/go.mod+2
- chapter-C.31-golang-grpc-protobuf/go.mod+12-34
- chapter-C.31-golang-grpc-protobuf/go.sum+20-222
- chapter-C.32-golang-jwt/go.mod+2-2
- chapter-C.32-golang-jwt/go.sum-1
- chapter-C.32-golang-jwt/main.go+1-2
- chapter-C.33-ldap-authentication/go.mod+5-1
- chapter-C.34-sso-saml-sp/go.mod+6-6
- chapter-C.34-sso-saml-sp/go.sum+11-21
- chapter-C.35-dockerize-golang/go.mod+1-1
- chapter-C.36-redis/go.mod+4-3
- chapter-C.36-redis/go.sum+9
- chapter-C.37-singleflight/go.mod+2-2
- chapter-C.38-aws-s3/go.mod+2-2
- chapter-C.4-parsing-http-request-payload-echo/go.mod+12-4
- chapter-C.4-parsing-http-request-payload-echo/go.sum+8-11
- chapter-C.5-http-request-payload-validation/go.mod+18-5
- chapter-C.5-http-request-payload-validation/go.sum+13-11
- chapter-C.6-http-error-handling/go.mod+18-5
- chapter-C.6-http-error-handling/go.sum+13-11
- chapter-C.7-echo-template-rendering/go.mod+12-4
- chapter-C.7-echo-template-rendering/go.sum+12-10
- chapter-C.8-advanced-middleware-and-logging/go.mod+15-5
- chapter-C.8-advanced-middleware-and-logging/go.sum+8-13
- chapter-C.9-flag-parser/go.mod+15-5
- chapter-C.9-flag-parser/go.sum+8-11
- chapter-D.1-insert-1mil-csv-record-into-db-in-a-minute/go.mod+2-2
- chapter-D.2-google-api-search/2-request-cancellation/main.go+2-2
- chapter-D.3-golang-web-socket-chatting-app/go.mod+2-2
- chapter-D.3-golang-web-socket-chatting-app/go.sum-1
- chapter-D.3-golang-web-socket-chatting-app/main.go+1-2
- in progress/chapter-D.4-golang-webrtc-video-conference/go.mod+2-2
- in progress/chapter-D.4-golang-webrtc-video-conference/main.go+2-2
0 commit comments