Skip to content

Commit

Permalink
Rename annie to lux
Browse files Browse the repository at this point in the history
  • Loading branch information
iawia002 committed Jan 13, 2022
1 parent 165ea93 commit 0bd4570
Show file tree
Hide file tree
Showing 77 changed files with 290 additions and 300 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ on:
workflow_dispatch:

env:
PRODUCT: annie
PRODUCT: lux
CGO_ENABLED: 0
GO111MODULE: on

Expand Down
7 changes: 2 additions & 5 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,13 @@
* [Build](#build)
* [Features Requested](#features-requested)


## Style Guide
### Code format
Annie uses [gofmt](https://golang.org/cmd/gofmt) to format the code, you must use [gofmt](https://golang.org/cmd/gofmt) to format your code before submitting.
Lux uses [gofmt](https://golang.org/cmd/gofmt) to format the code, you must use [gofmt](https://golang.org/cmd/gofmt) to format your code before submitting.

### linter
We recommend using [golint](https://github.com/golang/lint) or [gometalinter](https://github.com/alecthomas/gometalinter) to check your code format.


## Build

Make sure that this folder is in `GOPATH`, then:
Expand All @@ -21,6 +19,5 @@ Make sure that this folder is in `GOPATH`, then:
$ go build
```


## Features Requested
There are several [features](https://github.com/iawia002/annie/issues?q=is%3Aissue+is%3Aopen+label%3Afeature-request) requested by the community. If you have any idea, feel free to fork the repo, follow the style guide above, push and merge it after passing the test. Besides, you are welcomed to propose new features through the issue.
There are several [features](https://github.com/iawia002/lux/issues?q=is%3Aissue+is%3Aopen+label%3Afeature-request) requested by the community. If you have any idea, feel free to fork the repo, follow the style guide above, push and merge it after passing the test. Besides, you are welcomed to propose new features through the issue.
Loading

0 comments on commit 0bd4570

Please sign in to comment.