Skip to content

Commit 9f2ad26

Browse files
jain-raunakRaunak Jain
and
Raunak Jain
authored
AST-9: go wrapper update (#30)
* upgrade * different module path * different module path * removing golang/dep depencies as not in use * removing makerfile * makerfile * doc links correction * code structure wrt feature release * code structure wrt feature release * readme correction * readme correction * readme correction * module path * module path * module path Co-authored-by: Raunak Jain <[email protected]>
1 parent aae3a06 commit 9f2ad26

File tree

553 files changed

+25745
-4276
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

553 files changed

+25745
-4276
lines changed

.travis.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
language: go
2-
go: 1.9
32

4-
install: make install-dependencies
3+
install:
4+
- go get -d -v .
55

6-
script: make test
6+
script:
7+
- go build -v ./

CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
* @ekta-slit
2-
* @jain-raunak
2+
* @jain-raunak

Gopkg.toml

Lines changed: 0 additions & 2 deletions
This file was deleted.

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1818
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1919
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2020
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21-
SOFTWARE.
21+
SOFTWARE.

README.md

Lines changed: 135 additions & 42 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)