Skip to content

Commit

Permalink
chore: move the current extra folder to extra_old to make rook for a …
Browse files Browse the repository at this point in the history
…new approach with less code duplication.
  • Loading branch information
bowman2001 committed Mar 23, 2024
1 parent e53eb5e commit 9dd9d5e
Show file tree
Hide file tree
Showing 15 changed files with 7 additions and 7 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion extras/helper.go → extras_old/helper.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package extras
package extras_old

import "github.com/yuin/goldmark/util"

Expand Down
2 changes: 1 addition & 1 deletion extras/insert.go → extras_old/insert.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package extras
package extras_old

import (
"github.com/gohugoio/hugo-goldmark-extensions/extras/ast"
Expand Down
2 changes: 1 addition & 1 deletion extras/insert_test.go → extras_old/insert_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package extras
package extras_old

import (
"bytes"
Expand Down
2 changes: 1 addition & 1 deletion extras/subscript.go → extras_old/subscript.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package extras
package extras_old

import (
"github.com/gohugoio/hugo-goldmark-extensions/extras/ast"
Expand Down
2 changes: 1 addition & 1 deletion extras/subscript_test.go → extras_old/subscript_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package extras
package extras_old

import (
"bytes"
Expand Down
2 changes: 1 addition & 1 deletion extras/superscript.go → extras_old/superscript.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package extras
package extras_old

import (
"github.com/gohugoio/hugo-goldmark-extensions/extras/ast"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package extras
package extras_old

import (
"bytes"
Expand Down

0 comments on commit 9dd9d5e

Please sign in to comment.