formatting
This commit is contained in:
parent
d7dfbd221f
commit
221de5c509
@ -1,11 +1,11 @@
|
||||
package wand
|
||||
|
||||
import (
|
||||
"code.squareroundforest.org/arpio/bind"
|
||||
"errors"
|
||||
"fmt"
|
||||
"reflect"
|
||||
"regexp"
|
||||
"code.squareroundforest.org/arpio/bind"
|
||||
)
|
||||
|
||||
var commandNameExpression = regexp.MustCompile("^[a-zA-Z_][a-zA-Z_0-9]*$")
|
||||
|
||||
@ -1,11 +1,11 @@
|
||||
package wand
|
||||
|
||||
import (
|
||||
"code.squareroundforest.org/arpio/bind"
|
||||
"slices"
|
||||
"strconv"
|
||||
"strings"
|
||||
"unicode"
|
||||
"code.squareroundforest.org/arpio/bind"
|
||||
)
|
||||
|
||||
type value struct {
|
||||
|
||||
@ -2,9 +2,10 @@
|
||||
Generated with https://code.squareroundforest.org/arpio/docreflect
|
||||
*/
|
||||
|
||||
|
||||
package wand
|
||||
|
||||
import "code.squareroundforest.org/arpio/docreflect"
|
||||
|
||||
func init() {
|
||||
docreflect.Register("code.squareroundforest.org/arpio/wand/tools", "")
|
||||
docreflect.Register("code.squareroundforest.org/arpio/wand/tools.Docreflect", "\nfunc(out, packageName, gopaths)")
|
||||
|
||||
2
help.go
2
help.go
@ -1,8 +1,8 @@
|
||||
package wand
|
||||
|
||||
import (
|
||||
"code.squareroundforest.org/arpio/docreflect"
|
||||
"code.squareroundforest.org/arpio/bind"
|
||||
"code.squareroundforest.org/arpio/docreflect"
|
||||
"fmt"
|
||||
"io"
|
||||
"reflect"
|
||||
|
||||
243
iniparser.gen.go
243
iniparser.gen.go
File diff suppressed because one or more lines are too long
2
input.go
2
input.go
@ -1,9 +1,9 @@
|
||||
package wand
|
||||
|
||||
import (
|
||||
"code.squareroundforest.org/arpio/bind"
|
||||
"fmt"
|
||||
"reflect"
|
||||
"code.squareroundforest.org/arpio/bind"
|
||||
)
|
||||
|
||||
func validateKeyValues(cmd Cmd, keyValues map[string][]string, originalNames map[string]string) error {
|
||||
|
||||
@ -1,11 +1,11 @@
|
||||
package wand
|
||||
|
||||
import (
|
||||
"reflect"
|
||||
"code.squareroundforest.org/arpio/bind"
|
||||
"io"
|
||||
"time"
|
||||
"reflect"
|
||||
"strings"
|
||||
"time"
|
||||
)
|
||||
|
||||
func filter[T any](list []T, predicate func(T) bool) []T {
|
||||
|
||||
@ -1,9 +1,9 @@
|
||||
package main
|
||||
|
||||
import (
|
||||
"code.squareroundforest.org/arpio/wand/tools"
|
||||
"log"
|
||||
"os"
|
||||
"code.squareroundforest.org/arpio/wand/tools"
|
||||
)
|
||||
|
||||
func main() {
|
||||
|
||||
@ -1,11 +1,11 @@
|
||||
package tools
|
||||
|
||||
import (
|
||||
"io"
|
||||
"strings"
|
||||
"os/exec"
|
||||
"os"
|
||||
"bytes"
|
||||
"io"
|
||||
"os"
|
||||
"os/exec"
|
||||
"strings"
|
||||
)
|
||||
|
||||
func execc(stdin io.Reader, stdout, stderr io.Writer, command string, args []string, env []string) error {
|
||||
|
||||
@ -1,18 +1,18 @@
|
||||
package tools
|
||||
|
||||
import (
|
||||
"io"
|
||||
"bufio"
|
||||
"errors"
|
||||
"fmt"
|
||||
"unicode"
|
||||
"hash/fnv"
|
||||
"bytes"
|
||||
"encoding/base64"
|
||||
"strings"
|
||||
"errors"
|
||||
"fmt"
|
||||
"hash/fnv"
|
||||
"io"
|
||||
"os"
|
||||
"sort"
|
||||
"path"
|
||||
"sort"
|
||||
"strings"
|
||||
"unicode"
|
||||
)
|
||||
|
||||
type ExecOptions struct {
|
||||
|
||||
@ -2,8 +2,8 @@ package tools
|
||||
|
||||
import (
|
||||
"code.squareroundforest.org/arpio/docreflect/generate"
|
||||
"io"
|
||||
"fmt"
|
||||
"io"
|
||||
)
|
||||
|
||||
type MarkdownOptions struct {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user