Sunday Snippet (20 Part Series)
1 Simple HTTP Server Using Python
2 Go Get Golang Private Module
… 16 more parts…
3 Golang Panic Handler Middleware
4 Gradle Debugging Dependencies
5 Construct Golang Struct Using Optional Function
6 Golang HTTP Server Graceful Shutdown
7 Unix Print Aliased Command’s Location
8 Golang WASM Async Function
9 Change Directory to Git Root Directory
10 Comparing String to Avoid Time Based Attacks
11 Bash Initiate Redis Cluster Using Docker
12 Git Log Prettify
13 Golang Stream All Lines From Stdin
14 Push Commit From Github Action
15 Golang Inject Build Time Variable
16 Golang Print Struct Verbosely
17 Include Dotenv File to Makefile
18 Golang Escape Double Quoted String Easily
19 Podman Support Multi Arch
20 Find Git Branching Point Between Branch
# gradle <module-name>:dependencies --configuration <configuration>
$ gradle :payment:payment-service:dependencies \
--configuration runtimeClasspath > deps.txt
Enter fullscreen mode Exit fullscreen mode
暂无评论内容