Skip to content

Commit

Permalink
docs: autoupdate
Browse files Browse the repository at this point in the history
  • Loading branch information
MarvinJWendt committed Jun 26, 2024
1 parent a3cf17f commit 10a7b53
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,9 @@ Example description: https://golang.org/src/encoding/gob/doc.go
package main

import (
"atomicgo.dev/template"
"fmt"

"atomicgo.dev/template"
)

func main() {
Expand Down Expand Up @@ -125,8 +126,9 @@ HelloWorld returns \`Hello, World\!\`.
package main

import (
"atomicgo.dev/template"
"fmt"

"atomicgo.dev/template"
)

func main() {
Expand Down

0 comments on commit 10a7b53

Please sign in to comment.