Skip to content

Commit c66c9b7

Browse files
kraftpmaxdml
andauthored
Go Docs (#413)
First draft of docs. Remaining TODO: - Document timeouts - Document clients - Document testing & mocking We also need a better story around Postgres setup&mdash;potentially a CLI as in the other languages. --------- Co-authored-by: maxdml <[email protected]>
1 parent d7351f4 commit c66c9b7

31 files changed

+3150
-4
lines changed

docs/examples/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ import { VscGraphLine } from "react-icons/vsc";
3737
href="python/examples/widget-store"
3838
description="Use DBOS durable workflows to build an online storefront that's resilient to any failure."
3939
icon={<MdOutlineShoppingCart color="white" size={50}/>}
40-
language={["python", "typescript"]}
40+
language={["python", "typescript", "go"]}
4141
/>
4242
<CardLink
4343
label="Stock Tracker"
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"label": "Example Applications",
3+
"position": 50
4+
}
5+
229 KB
Loading

0 commit comments

Comments
 (0)