Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
forgot about the ownership push
  • Loading branch information
ist17002 committed May 2, 2022
1 parent 4cba860 commit 18fa60f
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CTng/config/ReadMe.md
Expand Up @@ -11,3 +11,6 @@

## config_test.go
This tests that the information is populated correctly. Given the json files inside the folder /test, it will read and populate the respective structs


##### Readme Written by Isaac
5 changes: 5 additions & 0 deletions CTng/config/config_loaders.go
@@ -1,5 +1,10 @@
package config

/*
Code Ownership:
Isaac - Responsible for functions
Finn - Helped with review+code refactoring
*/
import (
crypto "CTng/crypto"
"encoding/json"
Expand Down
6 changes: 6 additions & 0 deletions CTng/config/config_test.go
@@ -1,5 +1,11 @@
package config

/*
Code Ownership:
Isaac - Responsible for tests
Finn - Helped with review+code refactoring, also added last test func
*/

import (
crypto "CTng/crypto"
"fmt"
Expand Down
5 changes: 5 additions & 0 deletions CTng/config/types.go
@@ -1,5 +1,10 @@
package config

/*
Code Ownership:
Isaac - Responsible for all structs
Finn - Helped with review+code refactoring
*/
import (
"CTng/crypto"
)
Expand Down

0 comments on commit 18fa60f

Please sign in to comment.