Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
aybabtme authored and Antoine Grondin committed Jan 14, 2023
1 parent cb9c954 commit 3a79679
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
4 changes: 3 additions & 1 deletion cmd/humanlog/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,11 @@ import (
"github.com/humanlogio/humanlog/internal/pkg/sink/stdiosink"
"github.com/mattn/go-colorable"
"github.com/urfave/cli"
"humanlog.io/humanlog"
types "humanlog.io/humanlog/api/go/types/v1"
)

var Version = "devel"
var Version = &types.Version{}

func fatalf(c *cli.Context, format string, args ...interface{}) {
log.Printf(format, args...)
Expand Down
11 changes: 11 additions & 0 deletions script/generate
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
#!/usr/bin/env bash

set -eu

root=$(git rev-parse --show-toplevel)

function main() {
buf generate https://github.com/humanlog-io/api-proto.git
}

main

0 comments on commit 3a79679

Please sign in to comment.