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
absorb new meroxa-go interface; small doc changes (#217)
* Small doc changes
* absord new meroxa-go interface
* very subtle type mismatches
* formatting
* lint and updated interface
* tests
* try different version of linter
* lint
* latest interface changes
* feedback, formatting
* no flag changes
* test connector metadata
* no doc changes
* lint
* lint
* lint
* lint again
* chore: Use latest meroxa-go and update docs
Co-authored-by: Raúl Barroso <ra.barroso@gmail.com>
Copy file name to clipboardexpand all lines: README.md
+4-1
Original file line number
Diff line number
Diff line change
@@ -55,6 +55,9 @@ make gomod
55
55
make build
56
56
```
57
57
58
+
### Development Configuration
59
+
The [meroxa-dev CLI](https://github.com/meroxa/meroxa-dev#install) makes it convenient to set the necessary env vars for different dev environments.
60
+
58
61
## Release
59
62
60
63
A [goreleaser](https://github.com/goreleaser/goreleaser) GitHub Action is
@@ -123,4 +126,4 @@ Verify the correct setup, by running ` cat ~/.gitconfig`. You should see the fol
123
126
insteadOf = https://github.com
124
127
```
125
128
126
-
Run the `make gomod` command again, and you should see all depedencies being downloaded successfully.
129
+
Run the `make gomod` command again, and you should see all dependencies being downloaded successfully.
0 commit comments