Skip to content

Commit

Permalink
Merge pull request #9 from libp2p/refactor/gen
Browse files Browse the repository at this point in the history
refactor: rename ASN table files
  • Loading branch information
aschmahmann authored Oct 26, 2020
2 parents dfb290b + 49c1e5d commit 4f868c9
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion generate/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import (

const (
pkgName = "asnutil"
ipv6OutputFile = "ipv6_asn_map.go"
ipv6OutputFile = "ipv6_asn_map.gen.go"
ipv6MapName = "ipv6CidrToAsnMap"
)

Expand Down
File renamed without changes.

0 comments on commit 4f868c9

Please sign in to comment.