Skip to content

Commit

Permalink
d2cli: Move main code into d2cli so it can be imported from tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nhooyr committed Feb 27, 2023
1 parent 233a3fd commit 5a5d48b
Show file tree
Hide file tree
Showing 10 changed files with 595 additions and 555 deletions.
2 changes: 1 addition & 1 deletion fmt.go → d2cli/fmt.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package main
package d2cli

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

import (
"context"
Expand Down
Loading

0 comments on commit 5a5d48b

Please sign in to comment.