Skip to content

Commit

Permalink
Merge pull request #23 from elliotchance/codecov
Browse files Browse the repository at this point in the history
Moving all the core into a single package
  • Loading branch information
elliotchance authored Apr 14, 2017
2 parents fba9be2 + b82b6d9 commit c8585a2
Show file tree
Hide file tree
Showing 58 changed files with 203 additions and 207 deletions.
2 changes: 1 addition & 1 deletion ast/always_inline_attr.go → always_inline_attr.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package ast
package main

type AlwaysInlineAttr struct {
Address string
Expand Down
2 changes: 1 addition & 1 deletion ast/array_subscript_expr.go → array_subscript_expr.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package ast
package main

type ArraySubscriptExpr struct {
Address string
Expand Down
2 changes: 1 addition & 1 deletion ast/asm_label_attr.go → asm_label_attr.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package ast
package main

type AsmLabelAttr struct {
Address string
Expand Down
2 changes: 1 addition & 1 deletion ast/ast.go → ast.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package ast
package main

import (
"regexp"
Expand Down
Loading

0 comments on commit c8585a2

Please sign in to comment.