mirror of https://github.com/ImVexed/muon.git
Example version bump & removed learn react blank target
This commit is contained in:
parent
caeea31ca3
commit
94ae30ecdb
|
@ -2,4 +2,5 @@ go.sum
|
|||
webfiles/
|
||||
.vscode/
|
||||
cra-go*
|
||||
*.dll
|
||||
*.dll
|
||||
cookies.dat
|
|
@ -3,6 +3,6 @@ module cra-go
|
|||
go 1.13
|
||||
|
||||
require (
|
||||
github.com/ImVexed/muon v0.0.0-20191009032357-4d2663581172
|
||||
github.com/ImVexed/muon v0.0.0-20191009145610-caeea31ca3eb
|
||||
golang.org/x/net v0.0.0-20190930134127-c5a3c61f89f3
|
||||
)
|
||||
|
|
|
@ -13,7 +13,6 @@ function App() {
|
|||
<a
|
||||
className="App-link"
|
||||
href="https://reactjs.org"
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
>
|
||||
Learn React
|
||||
|
|
Loading…
Reference in New Issue