Skip to content
This repository has been archived by the owner on Oct 27, 2022. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
Added go doc and travis build.
  • Loading branch information
boleifu committed Oct 17, 2017
1 parent 65c176e commit 646e55e
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .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 ./...
5 changes: 5 additions & 0 deletions 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.
Expand Down
13 changes: 13 additions & 0 deletions 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

0 comments on commit 646e55e

Please sign in to comment.