Skip to content

Instantly share code, notes, and snippets.

@twalker
Last active December 7, 2025 17:18
Show Gist options
  • Select an option

  • Save twalker/e713e21afe426939d29fe8ad01760edb to your computer and use it in GitHub Desktop.

Select an option

Save twalker/e713e21afe426939d29fe8ad01760edb to your computer and use it in GitHub Desktop.
ai-usage.md
import "fmt"

func main() {
	verbs := []string{"Read", "Test", "Explain", "Maintain"}

	for _, verb := range verbs {
		fmt.Printf("Can I %s the AI generated code? \n", verb)
	}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment