package main

import "fmt"

const fooBar = `
resource "foo" "bar" {
  a = "b"
}
`

func main() {
	fmt.Println("vim-go")
}