-
# AIP-9 - Resource Groups (Discussion)
aip: [9](https://github.com/aptos-foundation/AIPs/blob/main/aips/aip-9.md)
title: Resource Groups
author: davidiw, wrwg, msmouse
discussions-to: https://gi…
-
Given the following:
```haskell
data Data a = Data { field0 :: a }
mobileGen ''Data
```
TH splices:
```
Splicing declarations
mobileGen ''Data
======>
instance forall a_a9x…
-
If StructTags are separated via tabs rather than spaces, they will not work... but `go vet` will not issue any warnings.
Example code (Github does not appear to render tabs and spaces differently tho…
-
What steps will reproduce the problem?
If possible, include a link to a program on play.golang.org.
1. go vet -help
What is the expected output?
A list of flags and what they do.
What do you see ins…
-
I have query my user data and get all data but those field are not included whose default value was null, "" or false
json data when i have toggled is_active from false to true during login
```…
-
- [x ] I have searched the [issues](https://github.com/facebook/ent/issues) of this repository and believe that this is not a duplicate.
## Summary 💡
Following #910 and the PR #1204 …
-
Is it possible to get a slice of string from an env var? Using `env:"list" default:"'blue', 'red', 'green'"` would not work. What I need is a []string specifically.
-
## Problem statement
If schema data containing backticks end up in struct (etc.) tags of generated Go code, the tag generation is not handling quotation of tags properly. ( Outer quotes would need …
-
make fails on latest go1.12
```
checking go vet...
go tool vet -structtags=false -methods=false .
flag provided but not defined: -structtags
vet is a tool for static analysis of Go programs.
Usa…
-
We should run vet tool during the build of Terraform. It should fail if vet fails.
When running vet against Terraform source code
> go tool vet .
The following errors encountered:
[17:15:59]Step 6…