diff options
author | tjp <tjp@ctrl-c.club> | 2023-11-14 09:39:53 -0700 |
---|---|---|
committer | tjp <tjp@ctrl-c.club> | 2023-11-14 09:39:53 -0700 |
commit | c22799fa12c99932fc4620fce2dc0994567a52af (patch) | |
tree | 5c89892e82f0ca805af976a2d2038a690152d4c6 /spartan | |
parent | e599f0e2d4f8177143478ba17189e1ef656b7fe0 (diff) |
bugfixes from the Protocol refactorv1.6.0
Diffstat (limited to 'spartan')
-rw-r--r-- | spartan/serve.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spartan/serve.go b/spartan/serve.go index f2155ec..9403a15 100644 --- a/spartan/serve.go +++ b/spartan/serve.go @@ -8,8 +8,8 @@ import ( "io" "net" - "tildegit.org/tjp/sliderule/internal/types" "tildegit.org/tjp/sliderule/internal" + "tildegit.org/tjp/sliderule/internal/types" "tildegit.org/tjp/sliderule/logging" ) |