Rodney Lingganay

Results 8 comments of Rodney Lingganay

Hi @utarwyn , still learning go and I use this package for my personal project. Thanks for the hardwork. Just a question, the `previous` version do have a single `go.mod`...

> > Hi @utarwyn , still learning go and I use this package for my personal project. Thanks for the hardwork. Just a question, the `previous` version do have a...

``` "install": { "executor": "nx:run-commands", "options": { "cwd": "{projectRoot}", "command": "go get {args.package}" } }, ``` Sample usage: `nx install api --package=github.com/pulumi/pulumi-aws-apigateway/sdk` Added this one too.

Also, I just ran an issue now. When I run `go get` or `nx get api` from my project I get some error. ``` ❯ nx get api > nx...

Hi @utarwyn , just an update my `usage` of the project. ``` "tidy": { "executor": "nx:run-commands", "options": { "cwd": "{projectRoot}", "command": "go mod tidy" } }, "download": { "executor": "nx:run-commands",...

Hi team, it is my first time to implement `CICD` workflow with go (always with node). The `go test` really takes a lot of time, even though it only run...

+1 on the official link for the `16.1.8` version.

Here's a valid version of Navicat Premium 16, [link](https://drive.google.com/drive/folders/1cmxw4OYnzuGed5lOyCFEgdQb5B2Mqi_h?usp=sharing) Tested it and works fine.