You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/development/go/hello-world/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ Go projects can be run in Devbox by adding the Go SDK to your project. If your p
18
18
19
19
This will install the latest version of the Go SDK. You can find other installable versions of Go by running `devbox search go`. You can also view the available versions on [Nixhub](https://www.nixhub.io/packages/go)
20
20
21
-
If you need additional C libraries, you can add them along with `gcc` to your package list. For example, if libcap is required for yoru project:
21
+
If you need additional C libraries, you can add them along with `gcc` to your package list. For example, if libcap is required for your project:
0 commit comments