Skip to content

Instantly share code, notes, and snippets.

@viiftw
Last active February 9, 2022 08:20
Show Gist options
  • Save viiftw/4b501742fa9d8c972312321b0f59ccba to your computer and use it in GitHub Desktop.
Save viiftw/4b501742fa9d8c972312321b0f59ccba to your computer and use it in GitHub Desktop.

Revisions

  1. viiftw renamed this gist Feb 9, 2022. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  2. viiftw created this gist Feb 9, 2022.
    11 changes: 11 additions & 0 deletions main.go
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,11 @@
    package main

    import (
    "fmt"

    "rsc.io/quote"
    )

    func main() {
    fmt.Println(quote.Opt())
    }