Skip to content

Commit

Permalink
removes mistaken C import causing mage to no longer see test targets.
Browse files Browse the repository at this point in the history
removes intellij files
fixes timeFormat constant per coderabbit suggestion
  • Loading branch information
Kyle Ishie committed Jan 12, 2024
1 parent 3158651 commit feae074
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 21 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ go.work.sum

*/.idea

internal/plugins/ostree/pkg/libostree/testdata
internal/plugins/ostree/pkg/libostree/testdata
/.idea/
12 changes: 0 additions & 12 deletions .idea/go.imports.xml

This file was deleted.

6 changes: 0 additions & 6 deletions .idea/vcs.xml

This file was deleted.

1 change: 0 additions & 1 deletion build/mage/test.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package mage

import "C"
import (
"context"
"dagger.io/dagger"
Expand Down
2 changes: 1 addition & 1 deletion pkg/utils/time.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ package utils

import "time"

const timeFormat = time.DateTime + " MST"
const timeFormat = "2006-01-02 15:04:05 MST"

func TimeToString(t int64) string {
if t == 0 {
Expand Down

0 comments on commit feae074

Please sign in to comment.