diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..f706614 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,14 @@ +language: go + +go: + - master + - 1.7.x + +notifications: + email: false + +before_install: + - go get -t -v ./... + +script: + - go test -v -race ./... diff --git a/README.md b/README.md index 3e42fa7..15c4c1d 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,8 @@ +[![License](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) +[![GoDoc](https://godoc.org/github.com/google/link022?status.svg)](https://godoc.org/github.com/google/link022) +[![Go Report Card](https://goreportcard.com/badge/github.com/google/link022)](https://goreportcard.com/report/github.com/google/link022) +[![Build Status](https://travis-ci.org/google/link022.svg?branch=master)](https://travis-ci.org/google/link022) + # Link022: an open WiFi access point Link022 is an open reference implementation and experimental platform for an OpenConfig and gNMI controlled WiFi access point. diff --git a/doc.go b/doc.go new file mode 100644 index 0000000..eb6a834 --- /dev/null +++ b/doc.go @@ -0,0 +1,13 @@ +/* Copyright 2017 Google Inc. +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + https://www.apache.org/licenses/LICENSE-2.0 +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +*/ + +package link022