Skip to content

Instantly share code, notes, and snippets.

View griffinmyers's full-sized avatar
🆗
"feeling fine"

Will Myers griffinmyers

🆗
"feeling fine"
View GitHub Profile
package main
import (
"fmt"
"github.com/hashicorp/hcl"
)
func main() {
type Template struct {
type node =
| ListOfNodes(list(node))
| Int(int)
| Nil;
let example =
ListOfNodes([
Int(1),
Nil,
ListOfNodes([

The emojis in my comments have the following meaning:

Emoji Meaning & Expectation
👍   This rules. The submitter should bask in praise.
🔴   A blocking comment. If not addressed by a commit or discussion, the PR will not be approved.
❓   A clarifying question. If not responded to, the PR will not be approved.
🟡   A nitpick. It is the submitter’s discretion to address or not.
💡   A thought, possibly tangential. Not requiring any change, but may invite a discussion.
  Other: Comment defies categorization, and will explain its expectations.