Skip to content
This repository has been archived by the owner on Mar 8, 2020. It is now read-only.

Commit

Permalink
Merge pull request #177 from juanjux/fix/uast.go
Browse files Browse the repository at this point in the history
Upload updated uast.go
  • Loading branch information
abeaumont authored Sep 22, 2017
2 parents b3ef83f + c79e611 commit 415d643
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions uast/uast.go
Original file line number Diff line number Diff line change
Expand Up @@ -199,9 +199,6 @@ const (
// Subtype is a type that can be used to substitute another type.
Subtype

// Visibility is an access granter role, usually together with an specifier role
Visibility

// Subpackage is a package that is below another package in the hierarchy.
Subpackage

Expand Down Expand Up @@ -414,6 +411,9 @@ const (
// any annotations with the current version of the driver's `annotations.go` file.
// Added in BIP-002.
Unannotated

// Visibility is an access granter role, usually together with an specifier role
Visibility
)

// Position represents a position in a source code file.
Expand Down

0 comments on commit 415d643

Please sign in to comment.