go-duck-cli 1.0.3 → 1.0.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +2 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -19,6 +19,8 @@
19
19
 
20
20
  ## 🦆 The Legend of the Century
21
21
 
22
+ [Watch the intro video](https://goduck.theheavenscode.com/intro.mp4)
23
+
22
24
  In the legendary Silicon Valley of Code, a nomadic Gopher—lightning-fast and known for his tireless concurrency—crossed paths with a Duck from the Great Persistence Bayou. The Duck held the wisdom of adaptability and the secret to navigating ever-shifting business tides. They realized that while the Gopher built fast, the Duck built to survive. Together, they forged a pact to create the **Generator of Kings**.
23
25
 
24
26
  ### Gin Gonic Tonic: The Refreshment of Performance
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "go-duck-cli",
3
- "version": "1.0.3",
3
+ "version": "1.0.5",
4
4
  "description": "go function generator",
5
5
  "main": "index.js",
6
6
  "type": "module",