Skip to content

Commit

Permalink
fix godoc summary, update game-tracking
Browse files Browse the repository at this point in the history
  • Loading branch information
jcoene committed Mar 26, 2016
1 parent 76190af commit d6aca4a
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ gen-dota-proto:
sed -i 's|google/protobuf/descriptor.pb|github.com/golang/protobuf/protoc-gen-go/descriptor|' dota/*.pb.go

generate:
go generate
go run gen/callbacks.go

sync-replays:
s3cmd --region=us-west-2 sync ./replays/*.dem s3://manta.dotabuff/
1 change: 0 additions & 1 deletion callbacks.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
//go:generate go run gen/callbacks.go
package manta

import (
Expand Down
2 changes: 2 additions & 0 deletions doc.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
// Package manta provides a fully functional Dota 2 replay parser targeting the Source 2 game engine.
package manta
1 change: 0 additions & 1 deletion gen/callbacks.tmpl
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
//go:generate go run gen/callbacks.go
package manta

import (
Expand Down

0 comments on commit d6aca4a

Please sign in to comment.